namecoin / nmcontrol

Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns
136 stars 38 forks source link

Improve Plugin Not Found Error Message #84

Closed phelixbtc closed 9 years ago

phelixbtc commented 9 years ago

from nmcontrol-hyperion

phelixbtc commented 9 years ago

Automerge in 48h

JeremyRand commented 9 years ago

@phelixbtc Can you provide instructions to test this? I can't find a way to trigger this code on my setup; maybe I'm doing something wrong. (Please don't merge until I can test it.)

phelixbtc commented 9 years ago

Add this line to any plugin below the options dict.

depends = {'plugins': ['bomb']}

I once ran into a missing dependency and it took me a bit to find the problem because of the bad error message.

phelixbtc commented 9 years ago

Automerge in 48h

JeremyRand commented 9 years ago

Untested ACK