This commit is contained in:
Ethan Dalool 2020-09-22 01:55:30 -07:00
parent e6efa2adcf
commit ba88731ae2

View file

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