Skip to content

Commit 2c41f80

Browse files
committed
2 parents 5ea5f6d + 0b34fed commit 2c41f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
# allow setup.py to be run from any path
7-
os.chdir(Path(__file__).absolute().parent)
7+
os.chdir(str(Path(__file__).absolute().parent))
88

99
if 'publish' in sys.argv:
1010
if 'test' in sys.argv:

0 commit comments

Comments
 (0)