Merge pull request #2044 from freqtrade/pyup/scheduled-update-2019-07-22

Scheduled weekly dependency update for week 29
This commit is contained in:
Matthias
2019-07-29 19:37:28 +02:00
committed by GitHub
9 changed files with 57 additions and 58 deletions

View File

@@ -84,6 +84,6 @@ class IResolver(object):
f"from '{module_path}'...")
return module
except FileNotFoundError:
logger.warning('Path "%s" does not exist.', _path.relative_to(Path.cwd()))
logger.warning('Path "%s" does not exist.', _path.resolve())
return None