File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
8482class TimeLineDeck (Deck ):
You can’t perform that action at this time.
0 commit comments