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