Skip to content

Commit 860c2c9

Browse files
committed
change logging of tf to be more descriptive.
1 parent 7a82680 commit 860c2c9

File tree

1 file changed

+1
-1
lines changed
  • src/ethereum_test_filling_tool

1 file changed

+1
-1
lines changed

src/ethereum_test_filling_tool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def fill(self) -> None:
136136
os.makedirs(output_dir, exist_ok=True)
137137
path = os.path.join(output_dir, f"{name}.json")
138138

139-
self.log.debug(f"filling {name}")
139+
self.log.debug(f"filling - {path[9:len(path)-5]}")
140140
fixture = filler(t8n, b11r, "NoProof")
141141

142142
with open(path, "w", encoding="utf-8") as f:

0 commit comments

Comments
 (0)