getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
218 stars 48 forks source link

Only pop warning when module path not found #379

Closed davidlatwe closed 5 years ago

davidlatwe commented 5 years ago

Problem

I have some loader plugins that is only for me to diagnose the pipeline health or testing, like printing representation ID. But those plugins are in a place that only I can have access, which will raise error to others when the Avalon is registering plugin path that could not be found.

Solution

Instead of raising error, just pop up warning.

mottosso commented 5 years ago

That makes sense.. wonder why it hasn't been a problem until now. It should act like PYTHONPATH, and it also ignores things like this.

Free to merge!

davidlatwe commented 5 years ago

Merge !