Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
173 stars 14 forks source link

logging.py may be included as a false positive #155

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

The bug likely introduces by stubber running with additional uploaded logging included with

stubs\micropython-v1_10-esp32\logging.py stubs\micropython-v1_11-esp32\logging.py stubs\micropython-v1_12-esp32\logging.py

may need to find a way to detect this or always run a version withouth logging

( Debug - Normal - minified ? )

Josverl commented 2 years ago

in the bulk stubber this is resolved