working on refacturing of the strategy class

This commit is contained in:
Gert Wohlgemuth
2018-06-14 20:27:41 -07:00
committed by Matthias
parent 336cd524a3
commit 296d3d8bbe
2 changed files with 53 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ class StrategyResolver(object):
config=config,
extra_dir=config.get('strategy_path'))
self.strategy.config = config
# Set attributes
# Check if we need to override configuration
if 'minimal_roi' in config: