Skip to content

Commit 005a8b6

Browse files
tsalomattcieslak
andauthored
Update cubids/cli.py
Co-authored-by: Matt Cieslak <[email protected]>
1 parent c29e15f commit 005a8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubids/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _is_file(path, parser):
5353
"""
5454
path = _path_exists(path, parser)
5555
if not path.is_file():
56-
raise parser.error(f"Path should point to a file (or symlink of file): <{path}>.")
56+
raise parser.error(f"Path should point to a file (or symlink of file): <{path.absolute()}>.")
5757
return path
5858

5959

0 commit comments

Comments
 (0)