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 eb7ac0e commit a128ec1Copy full SHA for a128ec1
setup.py
@@ -44,12 +44,12 @@ def run(self):
44
45
try:
46
os.mkdir(package_path)
47
-except FileExistsError:
+except Exception:
48
pass
49
50
51
open(os.path.join(package_path, '__init__.py'), 'a').close()
52
53
54
55
setup(name='open-simulation-interface',
0 commit comments