disable script reloader

This currently throws some errors on OSX.
This commit is contained in:
Maximilian Hils 2015-11-24 18:54:16 +01:00
parent a561e3bd3d
commit d2f69da235

View File

@ -666,7 +666,7 @@ class FlowMaster(controller.Master):
script.reloader.unwatch(script_obj) script.reloader.unwatch(script_obj)
self.scripts.remove(script_obj) self.scripts.remove(script_obj)
def load_script(self, command, use_reloader=True): def load_script(self, command, use_reloader=False):
""" """
Loads a script. Returns an error description if something went Loads a script. Returns an error description if something went
wrong. wrong.