We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29e15f commit 005a8b6Copy full SHA for 005a8b6
cubids/cli.py
@@ -53,7 +53,7 @@ def _is_file(path, parser):
53
"""
54
path = _path_exists(path, parser)
55
if not path.is_file():
56
- raise parser.error(f"Path should point to a file (or symlink of file): <{path}>.")
+ raise parser.error(f"Path should point to a file (or symlink of file): <{path.absolute()}>.")
57
return path
58
59
0 commit comments