Update plotly dependencies (will break 3.x installations)

This commit is contained in:
Matthias
2019-07-22 20:39:38 +02:00
parent 44b2261c34
commit 482f5f7a26
3 changed files with 22 additions and 22 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