Update resolver.py
This commit is contained in:
parent
1c48902e64
commit
e1f5745f59
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user