We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a999a commit 477a1c8Copy full SHA for 477a1c8
plutus_bench/mock.py
@@ -68,7 +68,7 @@ def __init__(self, message: str, logs: List[str]):
68
self.logs = logs
69
70
def __str__(self):
71
- return f"{super().__str__()}\n{''.join(self.logs)}"
+ return f"{super().__str__()}. Logs:\n{''.join(self.logs)}"
72
73
74
class InvalidTransactionError(Exception):
0 commit comments