Fix cwd.
This commit is contained in:
parent
e6efa2adcf
commit
ba88731ae2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue