Commit de7564fb authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0fc594b9
...@@ -17,6 +17,8 @@ class RunPromise(GenericPromise): ...@@ -17,6 +17,8 @@ class RunPromise(GenericPromise):
testing = self.getConfig('testing') == "True" testing = self.getConfig('testing') == "True"
sdr = self.getConfig('sdr') sdr = self.getConfig('sdr')
self.logger.error('HELLO WORLD')
if testing: if testing:
self.logger.info("skipping promise") self.logger.info("skipping promise")
return return
......
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