Loading src/climax/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ def start( ): basex_port = _closer_free_port_to(basex_port) http_port = _closer_free_port_to(http_port) if http_stop_port < http_port: if http_stop_port <= http_port: http_stop_port = http_port + 1 http_stop_port = _closer_free_port_to(http_stop_port) check_cwd_is_max() Loading Loading
src/climax/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -524,7 +524,7 @@ def start( ): basex_port = _closer_free_port_to(basex_port) http_port = _closer_free_port_to(http_port) if http_stop_port < http_port: if http_stop_port <= http_port: http_stop_port = http_port + 1 http_stop_port = _closer_free_port_to(http_stop_port) check_cwd_is_max() Loading