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

Skip to content

Commit 098f085

Browse files
author
Kotsias, Panagiotis-Christos
committed
timestamp to log_timestamp
1 parent 3d4ce25 commit 098f085

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
@@ -36,7 +36,7 @@ def test_methods(self):
3636
"method": fun,
3737
"module": v["module"],
3838
"kwargs": v["kwargs"],
39-
"timestamp": datetime.now().strftime("%Y-%m-%d-%H:%M:%S"),
39+
"log_timestamp": datetime.now().strftime("%Y-%m-%d-%H:%M:%S"),
4040
"res": res,
4141
}
4242
dump(log, fname)

0 commit comments

Comments
 (0)