Commit 9e30fa72 authored by Jérome Perrin's avatar Jérome Perrin

do not expose Queue.isDummy

parent bee10901
...@@ -306,7 +306,7 @@ class Simulation(object): ...@@ -306,7 +306,7 @@ class Simulation(object):
"Dream-Queue": { "Dream-Queue": {
"property_list": [ "property_list": [
schema["capacity"], schema["capacity"],
schema["isDummy"], # schema["isDummy"],
schema["schedulingRule"] schema["schedulingRule"]
], ],
"short_id": "Q", "short_id": "Q",
......
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