Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Land committed Jan 16, 2021
1 parent 33814cd commit c306bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/gui/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def download_complete(req, tmp_path, path, binary):
try:
with open(os.path.join(os.path.split(path)[0], f), "wb") as fout:
fout.write(zipObj.read(f))
except: # already there? no problem
except: # already there? no problem
pass
os.remove(tmp_path)
else:
Expand Down

0 comments on commit c306bb0

Please sign in to comment.