mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[devscripts/buildserver] Remove unreachable except block
This commit is contained in:
parent
424ed37ec4
commit
490da94edf
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue