We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a82680 commit 860c2c9Copy full SHA for 860c2c9
src/ethereum_test_filling_tool/main.py
@@ -136,7 +136,7 @@ def fill(self) -> None:
136
os.makedirs(output_dir, exist_ok=True)
137
path = os.path.join(output_dir, f"{name}.json")
138
139
- self.log.debug(f"filling {name}")
+ self.log.debug(f"filling - {path[9:len(path)-5]}")
140
fixture = filler(t8n, b11r, "NoProof")
141
142
with open(path, "w", encoding="utf-8") as f:
0 commit comments