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(
164
164
if not helpers .is_server_ready (
165
165
url = matlab_proxy_process .absolute_url , retries = 7 , backoff_factor = 0.5
166
166
):
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
+ )
168
170
matlab_proxy_process .shutdown ()
169
171
matlab_proxy_process = None
170
172
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def run(self):
78
78
79
79
setuptools .setup (
80
80
name = "matlab-proxy" ,
81
- version = "0.24.0 " ,
81
+ version = "0.24.1 " ,
82
82
url = config ["doc_url" ],
83
83
author = "The MathWorks, Inc." ,
84
84
author_email = "cloud@mathworks.com" ,
You can’t perform that action at this time.
0 commit comments