Skip to content

Commit 2239968

Browse files
lint
Signed-off-by: Yicheng-Lu-llll <[email protected]>
1 parent 6040dcf commit 2239968

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

flytekit/bin/entrypoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def _dispatch_execute(
159159

160160
ctx.file_access.put_data(ctx.execution_state.engine_dir, output_prefix, is_multipart=True)
161161
logger.info(f"Engine folder written successfully to the output prefix {output_prefix}")
162+
162163
if not task_def.disable_deck:
163164
_output_deck(task_def.name.split(".")[-1], ctx.user_space_params)
164165

flytekit/deck/deck.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ def html(self) -> str:
7676
def persist(self):
7777
task_name = FlyteContextManager.current_context().user_space_params.task_id.name
7878
new_user_params = FlyteContextManager.current_context().user_space_params
79-
_output_deck(task_name , new_user_params)
80-
81-
79+
_output_deck(task_name, new_user_params)
8280

8381

8482
class TimeLineDeck(Deck):

0 commit comments

Comments
 (0)