Commit e212d72c authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: updates runnertest.py

parent 52f41344
......@@ -178,6 +178,6 @@ def getUpdatedParameter(self, var):
else:
raise KeyError
flask.config.Config.__getitem__ = getUpdatedParameter
run()
if __name__ == 'slapos.runner.run':
flask.config.Config.__getitem__ = getUpdatedParameter
run()
This diff is collapsed.
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