src/eric7/eric7_server.py

branch
server
changeset 10597
fbe93720ee9f
parent 10531
3308e8349e4c
child 10719
34901362f648
--- 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",

eric ide

mercurial