diff -r ea35c92a3c7c -r fbe93720ee9f src/eric7/eric7_server.py --- a/src/eric7/eric7_server.py Thu Feb 22 16:26:46 2024 +0100 +++ b/src/eric7/eric7_server.py Thu Feb 22 16:34:43 2024 +0100 @@ -40,7 +40,7 @@ "--port", type=int, default=42024, - help="Listen on the given port for connections from an eric IDE." + help="Listen on the given port for connections from an eric IDE.", ) parser.add_argument( "-6", @@ -51,7 +51,7 @@ "This system supports this feature." if socket.has_dualstack_ipv6() else "This system does not support this feature. Option will be ignored." - ) + ), ) parser.add_argument( "-V",