Oops, forgot to assign dump_old_app to self, heh.
This commit is contained in:
parent
245d4f119f
commit
e11c62a0ef
@ -180,6 +180,7 @@ class SetupFreshApp(object):
|
||||
def __init__(self, paste_config, mgoblin_config, dump_old_app=True):
|
||||
self.paste_config = paste_config
|
||||
self.mgoblin_config = mgoblin_config
|
||||
self.dump_old_app = dump_old_app
|
||||
|
||||
def __call__(self, func):
|
||||
@wraps(func)
|
||||
|
Loading…
x
Reference in New Issue
Block a user