diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b023055 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "python.pythonPath": "/usr/bin/python3", + "python.linting.pylintEnabled": true, + "python.linting.pep8Enabled": false, + "python.linting.enabled": true +} \ No newline at end of file diff --git a/__pycache__/h2inc.cpython-35.pyc b/__pycache__/h2inc.cpython-35.pyc new file mode 100644 index 0000000..7f60d3d Binary files /dev/null and b/__pycache__/h2inc.cpython-35.pyc differ diff --git a/__pycache__/h2inc_parser.cpython-35.pyc b/__pycache__/h2inc_parser.cpython-35.pyc new file mode 100644 index 0000000..9ea7503 Binary files /dev/null and b/__pycache__/h2inc_parser.cpython-35.pyc differ diff --git a/h2inc_gui.py b/h2inc_gui.py index 3f468bc..033f5c2 100644 --- a/h2inc_gui.py +++ b/h2inc_gui.py @@ -116,6 +116,7 @@ class h2incGUI: if exc.errno != errno.EEXIST: raise destdir.set(dest) + print ('Destination directory: ', destdir.get()) root = Tk()