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