mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Remove useless semicolon in webconfig.py
This commit is contained in:
@@ -615,7 +615,7 @@ while PORT <= 9000:
|
||||
Handler = FishConfigHTTPRequestHandler
|
||||
httpd = SocketServer.TCPServer(("", PORT), Handler)
|
||||
# Success
|
||||
break;
|
||||
break
|
||||
except socket.error:
|
||||
err_type, err_value = sys.exc_info()[:2]
|
||||
# str(err_value) handles Python3 correctly
|
||||
|
||||
Reference in New Issue
Block a user