Skip to content

Commit 1d160e2

Browse files
authored
DISPATCH-2063 In system_test.Logger, a __str__ must be a function, not a string @Property (#1141)
1 parent 25f720c commit 1d160e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,6 @@ def dump(self):
14241424
print(self)
14251425
sys.stdout.flush()
14261426

1427-
@property
14281427
def __str__(self):
14291428
lines = [self.title]
14301429
for ts, msg in self.logs:

0 commit comments

Comments
 (0)