Updated h2inc_gtk.py

This commit is contained in:
2018-05-07 16:36:06 +02:00
parent caea829a7c
commit 8f53d0d085
7 changed files with 1 additions and 2 deletions

2
Gui test/h2inc_gtk.py Normal file → Executable file
View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

1
h2inc
View File

@@ -1 +0,0 @@
/data_2/Projects/h2inc/h2inc.py