Skip to content

Commit 1b6c796

Browse files
committed
lora/__init__.py: ImportError would be raised incorrectly when the second hardware driver import failed, because the error message would contain "lib.lora" instead of just "lora.".
Signed-off-by: Breno RdV <breno.rdv@gmail.com>
1 parent e19784a commit 1b6c796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

micropython/lora/lora/lora/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ def _can_ignore_error(e):
4242
)
4343

4444
del ok
45+
46+
47+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)