emorice / galp

Incremental distributed python runner
MIT License
0 stars 0 forks source link

Misleading error message on failed loading #65

Closed emorice closed 3 weeks ago

emorice commented 1 year ago

When a pipeline module fails to load, the error printed is "No such plugin", even if the plug-in was actually found but failed to load due to, typically, a missing dependency (in which case there is indeed a missing module, but not the one reported)