Skip to content

Commit 477a1c8

Browse files
committed
Print logs
1 parent 83a999a commit 477a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plutus_bench/mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self, message: str, logs: List[str]):
6868
self.logs = logs
6969

7070
def __str__(self):
71-
return f"{super().__str__()}\n{''.join(self.logs)}"
71+
return f"{super().__str__()}. Logs:\n{''.join(self.logs)}"
7272

7373

7474
class InvalidTransactionError(Exception):

0 commit comments

Comments
 (0)