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.
2 parents 37bf691 + 4ec73d8 commit d68ccdeCopy full SHA for d68ccde
robotpy_build/wrapper.py
@@ -419,7 +419,7 @@ def _clean_and_download(
419
if dl.libs or dl.dlopenlibs:
420
add_libdir = True
421
extract_names = []
422
- os.makedirs(libdir)
+ os.makedirs(libdir, exist_ok=True)
423
424
libext = dl.libexts.get(self.platform.libext, self.platform.libext)
425
linkext = dl.linkexts.get(self.platform.linkext, self.platform.linkext)
0 commit comments