graphicsmagick
graphicsmagick copied to clipboard
Consider raising an error when graphicsmagick isn't found
trafficstars
Instead of just printing out a string when the binary isn't found, how about raising an error since the module won't work without it?
Currently our smoketest in torch/distro doesn't detect that there is anything wrong with this module since it loads fine.
Thanks!