summaryrefslogtreecommitdiffstats
path: root/gallery_dl/job.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-08-04 17:52:59 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-08-04 17:52:59 -0400
commit64ad8e7bd15df71ab1116eede414558631bcad32 (patch)
tree7416e191aedce591087903a943198aed13fa0b26 /gallery_dl/job.py
parent2a63a9c9b7032a76894c48ac4d9cea732fcaee49 (diff)
New upstream version 1.10.1upstream/1.10.1
Diffstat (limited to 'gallery_dl/job.py')
-rw-r--r--gallery_dl/job.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py
index 20823a6..637561a 100644
--- a/gallery_dl/job.py
+++ b/gallery_dl/job.py
@@ -81,7 +81,8 @@ class Job():
"https://github.com/mikf/gallery-dl/issues ."),
exc.__class__.__name__, exc)
log.debug("", exc_info=True)
- self.handle_finalize()
+ finally:
+ self.handle_finalize()
def dispatch(self, msg):
"""Call the appropriate message handler"""