From c306bb04a9fb11ed96210131083f72070a9b9a0c Mon Sep 17 00:00:00 2001 From: Sander Land Date: Sat, 16 Jan 2021 18:44:22 +0100 Subject: [PATCH] prep release --- katrain/gui/popups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katrain/gui/popups.py b/katrain/gui/popups.py index 59be6751..ae286354 100644 --- a/katrain/gui/popups.py +++ b/katrain/gui/popups.py @@ -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: