Commit d7ffe32a authored by Sebastien Robin's avatar Sebastien Robin

JobShop GUI: fixed typo

parent 0a66caff
...@@ -26,7 +26,7 @@ class Simulation(ACO.Simulation): ...@@ -26,7 +26,7 @@ class Simulation(ACO.Simulation):
schema["schedulingRule"] schema["schedulingRule"]
], ],
"_class": 'Dream.QueueJobShop', "_class": 'Dream.QueueJobShop',
"name": 'Job' "name": 'Queue'
} }
conf["Dream-ExitJobShop"] = { conf["Dream-ExitJobShop"] = {
"_class": 'Dream.ExitJobShop', "_class": 'Dream.ExitJobShop',
......
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