Skip to content

Commit b8eefa3

Browse files
committed
Update to v0.24.1 with formatting patch
1 parent 4125ab5 commit b8eefa3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

matlab_proxy_manager/lib/api.py

+3-1
Original file line numberDiff line numberDiff 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run(self):
7878

7979
setuptools.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="[email protected]",

0 commit comments

Comments
 (0)