CollectingPrinter is a class, not a function!
This commit is contained in:
parent
9303d47df0
commit
245e6d83a6
@ -489,7 +489,7 @@ def _insert_migration3_objects(session):
|
||||
session.commit()
|
||||
|
||||
|
||||
def CollectingPrinter(object):
|
||||
class CollectingPrinter(object):
|
||||
def __init__(self):
|
||||
self.collection = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user