Skip to content

Commit

Permalink
[devscripts/buildserver] Remove unreachable except block
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgavin authored and dstftw committed Dec 31, 2016
1 parent 424ed37 commit 490da94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devscripts/buildserver.py
Expand Up @@ -424,8 +424,6 @@ def do_GET(self):
self.send_header('Content-Length', len(msg))
self.end_headers()
self.wfile.write(msg)
except HTTPError as e:
self.send_response(e.code, str(e))
else:
self.send_response(500, 'Unknown build method "%s"' % action)
else:
Expand Down

0 comments on commit 490da94

Please sign in to comment.