Commit 4a7abea6 authored by Jérome Perrin's avatar Jérome Perrin

add a global "current date". Not sure

parent 8e4865eb
...@@ -147,6 +147,12 @@ schema = { ...@@ -147,6 +147,12 @@ schema = {
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": "{}" "_default": "{}"
}, },
"currentDate": {
"id": "currentDate",
"type": "string", # XXX format ?
"_class": "Dream.Property",
"_default": ""
},
} }
# complex schemas (Dream.PropertyList) # complex schemas (Dream.PropertyList)
...@@ -227,7 +233,8 @@ class Simulation(object): ...@@ -227,7 +233,8 @@ class Simulation(object):
schema["numberOfReplications"], schema["numberOfReplications"],
schema["maxSimTime"], schema["maxSimTime"],
schema["confidenceLevel"], schema["confidenceLevel"],
schema["processTimeout"] schema["processTimeout"],
schema["currentDate"],
], ],
"gui": { "gui": {
'debug_json': 0, 'debug_json': 0,
......
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