mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 23:59:09 +00:00
I'm stupid... Remove fake segfault
This commit is contained in:
parent
0c5b753211
commit
8c9758d16b
@ -190,8 +190,6 @@ def main():
|
||||
port = int(server_config["port"])
|
||||
server = Server.instance(host, port)
|
||||
try:
|
||||
import faulthandler
|
||||
faulthandler._sigsegv()
|
||||
server.run()
|
||||
except OSError as e:
|
||||
# This is to ignore OSError: [WinError 0] The operation completed successfully exception on Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user