summaryrefslogtreecommitdiffstats
path: root/gallery_dl/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/config.py')
-rw-r--r--gallery_dl/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/config.py b/gallery_dl/config.py
index 0a187c1..855fb4f 100644
--- a/gallery_dl/config.py
+++ b/gallery_dl/config.py
@@ -315,7 +315,7 @@ class apply():
self.original.append((path, key, get(path, key, util.SENTINEL)))
set(path, key, value)
- def __exit__(self, etype, value, traceback):
+ def __exit__(self, exc_type, exc_value, traceback):
for path, key, value in self.original:
if value is util.SENTINEL:
unset(path, key)