tests/cpydiff/core_import_prereg: Fill in cause and workaround.
This commit is contained in:
parent
8bb84cc627
commit
c1b19115e5
|
@ -1,8 +1,8 @@
|
|||
"""
|
||||
categories: Core,import
|
||||
description: Failed to load modules are still registered as loaded
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
cause: To make module handling more efficient, it's not wrapped with exception handling.
|
||||
workaround: Test modules before production use; during development, use ``del sys.modules["name"]``, or just soft or hard reset the board.
|
||||
"""
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Reference in New Issue