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 7392d51 + e54b3f7 commit 63e7f09Copy full SHA for 63e7f09
tools/arm_pack_manager/__init__.py
@@ -23,7 +23,7 @@
23
try:
24
from cmsis_pack_manager import Cache as _Cache
25
_CPM_PRESENT = True
26
-except ImportError:
+except (ImportError, OSError):
27
_CPM_PRESENT = False
28
29
from tools.flash_algo import PackFlashAlgo
0 commit comments