summaryrefslogtreecommitdiff
path: root/testing/wd_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wd_wrapper.py')
-rw-r--r--testing/wd_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wd_wrapper.py b/testing/wd_wrapper.py
index de578c4..1587f82 100644
--- a/testing/wd_wrapper.py
+++ b/testing/wd_wrapper.py
@@ -67,7 +67,7 @@ class WorkDir:
__tracebackhide__ = True
from setuptools_scm import get_version
- version = get_version(root=str(self.cwd), fallback_root=str(self.cwd), **kw)
+ version = get_version(root=self.cwd, fallback_root=self.cwd, **kw)
print(version)
return version