I'd nice if pyflakes could emit a warning on code like this:
raise "shouldn't happen"
or
raise 'Cannot determine type of callable: '+repr(callableObject)
or
raise "Can't read input parameters file : %s" % options.input_file
I'd nice if pyflakes could emit a warning on code like this:
raise "shouldn't happen"
or
raise 'Cannot determine type of callable: '+repr(callableObject)
or
raise "Can't read input parameters file : %s" % options.input_file