diff options
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ def load_config(path=None, groupnames=None): ###### # The function definitions below are taken from cpython's source code # and augmented with dir_fd. +# An alternative would be to use str(Path(f'/proc/self/fd/{dir_fd}').joinpath(path)). # Is a path a directory? # (From genericpath.py.) |