Skip to content

Commit

Permalink
feat: hide ui for lcserve resume pause (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-li committed Jul 14, 2023
1 parent 4428ce0 commit 93b3c48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jcloud/flow.py
Expand Up @@ -381,7 +381,8 @@ async def _custom_action(api_url):
],
desired=desired_phase,
)
pbar.console.print(self)
if 'JCLOUD_HIDE_SUCCESS_MSG' not in os.environ:
pbar.console.print(self)
pbar.update(pb_task, description='Finishing', advance=1)

async def restart(self, gateway: bool = False, executor: str = None):
Expand Down

0 comments on commit 93b3c48

Please sign in to comment.