We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python -m build
1 parent 4b9c872 commit 369cc97Copy full SHA for 369cc97
core/setup.py
@@ -22,5 +22,5 @@
22
23
os.remove(os.path.join(libdir, "moveit", "__init__.py"))
24
shutil.rmtree(os.path.join(libdir, "moveit", "__pycache__"))
25
-except AttributeError as e:
+except (AttributeError, KeyError) as e:
26
pass
0 commit comments