pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
127 stars 59 forks source link

better error message for incompatible hosts. #271

Closed larsbijl closed 8 years ago

larsbijl commented 8 years ago

pull request for #265

returns a message like this

TypeError: Plug-in <class '__main__.ValidateRig'> is not compatible with this host.

Required host(s): ['houdini']
Registered host(s): ['python']

Make sure the integration for your host is correctly setup
or register a new host using `pyblish.api.register_host("houdini")`
coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.01%) to 95.441% when pulling 62449fca4f8c6b0a7eef90a152967e184f87cf86 on larsbijl:master into 75de02729cb4dabb40e9d3be3edd72910ff58bb1 on pyblish:master.