Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jun 10, 2023
1 parent ccb6db0 commit c6ac046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flytekit/clis/sdk_in_container/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ def _run(*args, **kwargs):
if not ctx.obj[REMOTE_FLAG_KEY]:
output = entity(**inputs)
click.echo(output)
if ctx.obj[RUN_LEVEL_PARAMS_KEY].get(CTX_FILE_NAME):
os.remove(ctx.obj[RUN_LEVEL_PARAMS_KEY].get(CTX_FILE_NAME))
return

remote = ctx.obj[FLYTE_REMOTE_INSTANCE_KEY]
Expand Down

0 comments on commit c6ac046

Please sign in to comment.