Skip to content

Commit

Permalink
Update artifactory.py
Browse files Browse the repository at this point in the history
Co-authored-by: Barney Gale <barney.gale@gmail.com>
  • Loading branch information
zhan9san and barneygale committed Feb 8, 2024
1 parent e4aaf76 commit ecce73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ def creator(self):
"""
return self._accessor.creator(self)

def is_dir(self, follow_symlinks=False):
def is_dir(self, *, follow_symlinks=True):
"""
Whether this path is a directory.
"""
Expand Down

0 comments on commit ecce73b

Please sign in to comment.