master
Ethan Dalool 2020-09-22 01:55:30 -07:00
parent e6efa2adcf
commit ba88731ae2
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ def common_path(paths, fallback):
model = parent model = parent
def cwd(): def cwd():
return pathclass.Path(os.getcwd()) return Path(os.getcwd())
def get_path_casing(path): def get_path_casing(path):
''' '''