Commit 6b60a90a authored by Vincent Pelletier's avatar Vincent Pelletier

Brown paper bag: NameError in main() wrapper.

parent dd6c0ec9
......@@ -1212,7 +1212,7 @@ def getTZInfo(tz):
_tz_cache[tz] = tzi = AutoTZInfo(tz)
return tzi
def _gracefulExit(*class_list):
def _gracefulExit(func):
@functools.wraps(func)
def wrapper(*args, **kw):
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment