Added print updated destination directory
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"python.pythonPath": "/usr/bin/python3",
|
||||||
|
"python.linting.pylintEnabled": true,
|
||||||
|
"python.linting.pep8Enabled": false,
|
||||||
|
"python.linting.enabled": true
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
@@ -116,6 +116,7 @@ class h2incGUI:
|
|||||||
if exc.errno != errno.EEXIST:
|
if exc.errno != errno.EEXIST:
|
||||||
raise
|
raise
|
||||||
destdir.set(dest)
|
destdir.set(dest)
|
||||||
|
print ('Destination directory: ', destdir.get())
|
||||||
|
|
||||||
|
|
||||||
root = Tk()
|
root = Tk()
|
||||||
|
|||||||
Reference in New Issue
Block a user