Skip to content

Commit b3e131d

Browse files
committed
fix(eofwrap): Add generation error logging
1 parent b19b4ca commit b3e131d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/eofwrap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def wrap_file(self, in_path: str, out_path: str, traces: bool):
228228
self.metrics[self.FIXTURES_CANT_GENERATE] += 1
229229
self.metrics[self.ACCOUNTS_CANT_GENERATE] += len(fixture_eof_codes)
230230

231+
print(f"Exception {e} occurred during generation of {in_path}: {fixture_id}")
232+
231233
if len(out_fixtures) == 0:
232234
self.metrics[self.FILES_SKIPPED] += 1
233235
return

0 commit comments

Comments
 (0)