mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-26 13:18:31 +08:00
BUG: call correct method
This commit is contained in:
@@ -139,7 +139,7 @@ class WithLogger(object):
|
||||
|
||||
@classmethod
|
||||
def init_class_fixtures(cls):
|
||||
super(WithLogger, cls).init_instance_fixtures()
|
||||
super(WithLogger, cls).init_class_fixtures()
|
||||
|
||||
cls.log_handler = cls.enter_class_context(
|
||||
cls.make_log_handler().applicationbound(),
|
||||
|
||||
Reference in New Issue
Block a user