summaryrefslogtreecommitdiff
path: root/testing/wd_wrapper.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-11 22:43:44 +0100
committerGitHub <noreply@github.com>2023-03-11 22:43:44 +0100
commit792f61e3ab701cd851d2071885106df581343e0e (patch)
tree03ab91ee3c63e0f5b892dd11f87fc351faa20c2e /testing/wd_wrapper.py
parent6d1d966411d5ca98186dd2fb7e22751e1f034dc1 (diff)
parent97ef8752f5d6ae5dd3f4e7997ce6c98caa4e22fb (diff)
downloadsetuptools-scm-792f61e3ab701cd851d2071885106df581343e0e.tar.gz
Merge pull request #808 from RonnyPfannschmidt/ronny/cmd-refactor
refactor: split tracing and command running into own modules
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