Skip to content

Commit

Permalink
Fix flake8 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroluz committed Apr 13, 2014
1 parent 3fb289c commit f135663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plone/recipe/codeanalysis/jshint.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def run_cmd(options, jenkins):
# Return code is not used for jshint.
output = _read_subprocess_output(cmd, output_file)[0]
return output
except OSError as e:
import pdb; pdb.set_trace()
except OSError:
log('skip')
message = 'Command: {0}. Outputfile: {1}'.format(cmd, output_file)
raise CmdError(message)
Expand Down

0 comments on commit f135663

Please sign in to comment.