Commit e0114033 authored by Jérome Perrin's avatar Jérome Perrin

typo in strftime format

parent 3ef0da80
...@@ -187,7 +187,7 @@ schema = { ...@@ -187,7 +187,7 @@ schema = {
"name": "Simulation Start Time", "name": "Simulation Start Time",
"description": "The day the experiment starts, in YYYY/MM/DD format", "description": "The day the experiment starts, in YYYY/MM/DD format",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": datetime.datetime.now().strftime('%Y/%M/%d') "_default": datetime.datetime.now().strftime('%Y/%m/%d')
}, },
"trace": { "trace": {
"id": "trace", "id": "trace",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment