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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: