Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec39088

Browse files
author
Kotsias, Panagiotis-Christos
committed
Changed log dir
1 parent 6876e35 commit ec39088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_methods(self):
3232
res = getattr(etherscan, fun)(**v["kwargs"])
3333
print(f"METHOD: {fun}, RTYPE: {type(res)}")
3434
# Create log files (will update existing ones)
35-
fname = f"logs/{fun}.json"
35+
fname = f"logs/standard/{fun}.json"
3636
log = {
3737
"method": fun,
3838
"module": v["module"],

0 commit comments

Comments
 (0)