Skip to content

Commit

Permalink
fix missed update
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Oct 23, 2023
1 parent caf0b62 commit 13cef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/kernel/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ async def _start_service(
service_env["LD_LIBRARY_PATH"] = service_env["LD_LIBRARY_PATH"].replace(
"/opt/backend.ai/lib:", ""
)
return await self._run_cmd(cmdargs, cwd, service_env, service_info, do_not_wait)
return await self._run_cmd(cmdargs, _cwd, service_env, service_info, do_not_wait)
except Exception as e:
log.exception("start_service: unexpected error")
return {
Expand Down

0 comments on commit 13cef62

Please sign in to comment.