Hardware and software for accessible, extensible, and scalable bioreactors. Built on Raspberry Pi.
101
stars
9
forks
source link
If a python-file-like plugin in `.pioreactor/plugins` has the same name as a python stdlib module, it won't be loaded. #447
Closed
CamDavidsonPilon closed 1 year ago
Repro:
test.py
topioreactor/plugins
with araise ValueError
.There will be an entry in the dict:
this points to the stdlib module
test
, not our plugin.