Commit dcc36672 authored by Jérome Perrin's avatar Jérome Perrin

remove not used tools from batches GUI

parent f3fa909f
......@@ -44,5 +44,9 @@ class Simulation(DefaultSimulation):
conf["Dream-Configuration"]["gui"]["exit_stat"] = 1
conf["Dream-Configuration"]["gui"]["debug_json"] = 1
conf["Dream-Configuration"]["gui"]["shift_spreadsheet"] = 1
# remove tools that does not make sense here
conf.pop('Dream-Machine')
conf.pop('Dream-Repairman')
conf.pop('Dream-Source')
return conf
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