fix adhoc that broke with assuming step is always in options

pull/11719/head
Brian Coca 9 years ago
parent 88e1ef8c9b
commit 681eab1158

@ -69,7 +69,7 @@ class StrategyBase:
self._variable_manager = tqm.get_variable_manager()
self._loader = tqm.get_loader()
self._final_q = tqm._final_q
self._step = tqm._options.step
self._step = getattr(tqm._options, 'step', False)
self._display = display
# internal counters

Loading…
Cancel
Save