Added print updated destination directory

This commit is contained in:
2018-02-08 21:02:45 +01:00
parent 804ec64c58
commit 9790d56233
4 changed files with 7 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -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.

View File

@@ -116,6 +116,7 @@ class h2incGUI:
if exc.errno != errno.EEXIST:
raise
destdir.set(dest)
print ('Destination directory: ', destdir.get())
root = Tk()