Update resolver.py

This commit is contained in:
Gert Wohlgemuth
2018-07-05 14:50:23 -07:00
committed by GitHub
parent 1c48902e64
commit e1f5745f59

View File

@@ -84,7 +84,7 @@ class StrategyResolver(object):
abs_paths.insert(0, extra_dir)
if ":" in strategy_name:
logger.debug(("loading base64 endocded strategy".)
logger.debug(("loading base64 endocded strategy")
strat = strategy_name.split(":")
if len(strat) == 2: