diff --git a/Gui test/h2inc_gtk.py b/Gui test/h2inc_gtk.py old mode 100644 new mode 100755 index a268040..71db1e3 --- a/Gui test/h2inc_gtk.py +++ b/Gui test/h2inc_gtk.py @@ -149,7 +149,7 @@ def process_file(data): try: os.makedirs(os.path.dirname(outputfile)) except OSError as exc: # Guard against race condition - if exc.errno != errno.EEXIST: + if exc.errno != FileExistsError: raise newfile = open(outputfile, "w") newfile.write(outfile) diff --git a/__pycache__/h2inc.cpython-36.pyc b/__pycache__/h2inc.cpython-36.pyc index f4763d6..6acfdf0 100644 Binary files a/__pycache__/h2inc.cpython-36.pyc and b/__pycache__/h2inc.cpython-36.pyc differ diff --git a/__pycache__/h2inc_gui.cpython-35.pyc b/__pycache__/h2inc_gui.cpython-35.pyc index b5fb497..6489221 100644 Binary files a/__pycache__/h2inc_gui.cpython-35.pyc and b/__pycache__/h2inc_gui.cpython-35.pyc differ diff --git a/__pycache__/h2inc_gui.cpython-36.pyc b/__pycache__/h2inc_gui.cpython-36.pyc index fbc1112..7f64315 100644 Binary files a/__pycache__/h2inc_gui.cpython-36.pyc and b/__pycache__/h2inc_gui.cpython-36.pyc differ diff --git a/__pycache__/h2inc_parser.cpython-35.pyc b/__pycache__/h2inc_parser.cpython-35.pyc index bf63429..1b8595a 100644 Binary files a/__pycache__/h2inc_parser.cpython-35.pyc and b/__pycache__/h2inc_parser.cpython-35.pyc differ diff --git a/__pycache__/h2inc_parser.cpython-36.pyc b/__pycache__/h2inc_parser.cpython-36.pyc index 914c3fc..3218c3d 100644 Binary files a/__pycache__/h2inc_parser.cpython-36.pyc and b/__pycache__/h2inc_parser.cpython-36.pyc differ diff --git a/h2inc b/h2inc deleted file mode 120000 index 775f62b..0000000 --- a/h2inc +++ /dev/null @@ -1 +0,0 @@ -/data_2/Projects/h2inc/h2inc.py \ No newline at end of file