File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,9 @@ async def _start_subprocess_and_check_for_readiness(
164164 if not helpers .is_server_ready (
165165 url = matlab_proxy_process .absolute_url , retries = 7 , backoff_factor = 0.5
166166 ):
167- log .error ("MATLAB Proxy Server unavailable: matlab-proxy-app failed to start or has timed out." )
167+ log .error (
168+ "MATLAB Proxy Server unavailable: matlab-proxy-app failed to start or has timed out."
169+ )
168170 matlab_proxy_process .shutdown ()
169171 matlab_proxy_process = None
170172
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def run(self):
7878
7979setuptools .setup (
8080 name = "matlab-proxy" ,
81- version = "0.24.0 " ,
81+ version = "0.24.1 " ,
8282 url = config ["doc_url" ],
8383 author = "The MathWorks, Inc." ,
8484 author_email = "cloud@mathworks.com" ,
You can’t perform that action at this time.
0 commit comments