fixed braket

This commit is contained in:
Gert Wohlgemuth 2018-07-05 15:01:53 -07:00
parent e1f5745f59
commit 58879ff012
1 changed files with 1 additions and 1 deletions

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: