From ba88731ae261c3884118c19870d8f277ed9bafea Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 22 Sep 2020 01:55:30 -0700 Subject: [PATCH] Fix cwd. --- voussoirkit/pathclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voussoirkit/pathclass.py b/voussoirkit/pathclass.py index ba12bed..4b8e9c5 100644 --- a/voussoirkit/pathclass.py +++ b/voussoirkit/pathclass.py @@ -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): '''