Commit 75fa316e authored by Georgios Dagkakis's avatar Georgios Dagkakis

plugin to read the threshold

parent b7ae5ff5
......@@ -79,10 +79,10 @@ class CreateCapacityStations(plugin.InputPreparationPlugin):
"priority": priority
}
# add also a CapacityStationController
# XXX some of the attributes should be inputted by the user
# add also a CapacityStationController
dueDateThreshold=data['general'].get('dueDateThreshold',14)
data['graph']['node']['CSC']={
"dueDateThreshold": 14,
"dueDateThreshold": dueDateThreshold,
"name": "CSC",
"prioritizeIfCanFinish": 1,
"interval": "1",
......
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