Skip to content

Commit a128ec1

Browse files
author
Rudolf Vocilka
committed
Add python setup.py file
1 parent eb7ac0e commit a128ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def run(self):
4444

4545
try:
4646
os.mkdir(package_path)
47-
except FileExistsError:
47+
except Exception:
4848
pass
4949

5050
try:
5151
open(os.path.join(package_path, '__init__.py'), 'a').close()
52-
except FileExistsError:
52+
except Exception:
5353
pass
5454

5555
setup(name='open-simulation-interface',

0 commit comments

Comments
 (0)