We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39c78f commit 4378568Copy full SHA for 4378568
setup_data.py
@@ -32,7 +32,7 @@
32
else:
33
pyspice_path = pyspice_path.parent
34
init_path = pyspice_path.joinpath('PySpice', '__init__.py')
35
-with open(init_path) as fh:
+with open(str(init_path)) as fh:
36
try:
37
version = re.findall(r"^__version__ = '([^']+)'\r?$", fh.read(), re.M)[0]
38
except IndexError:
0 commit comments