Skip to content
Snippets Groups Projects
Commit b90a4d01 authored by glen smith's avatar glen smith
Browse files

Updated format string in DataShopLogger to use uppercase %S

parent 501395bf
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class DataShopLogger():
if not os.path.exists("log/"):
os.mkdir("log/")
self.filename = "log/" + domain + "_" + time.strftime(
"%Y-%m-%d-%H-%M-%s") + ".txt"
"%Y-%m-%d-%H-%M-%S") + ".txt"
headers = [
'Anon Student Id', 'Session Id', 'Transaction Id', 'Time',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment