Skip to content

Commit e22cafd

Browse files
committed
Address review comment - missed saving resolve!
1 parent 6fce6ee commit e22cafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _add_from_path(cls, path: Optional[Path] = None, walk_up_tree: bool = False)
122122
config = None
123123
found_file: Optional[Path] = None
124124
if path:
125-
path.resolve()
125+
path = path.resolve()
126126
name = path.name
127127
dir = path.parent.resolve()
128128
alt_name = None

0 commit comments

Comments
 (0)