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 4401d41 commit e54b3f7Copy full SHA for e54b3f7
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