From ecce73bc3ef25c942f1599e9ce97d56951ae0269 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 8 Feb 2024 09:55:08 +0800 Subject: [PATCH] Update artifactory.py Co-authored-by: Barney Gale --- artifactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifactory.py b/artifactory.py index 0e71e2e..080a79f 100755 --- a/artifactory.py +++ b/artifactory.py @@ -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. """