Skip to content

Commit d498cf7

Browse files
committed
Hot fix to final output
1 parent bff9ebf commit d498cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tango/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ def _display_run_results(
872872
execution_metadata = executor_output.successful[step_name]
873873
if execution_metadata.result_location is not None:
874874
result_str = f"[cyan]{execution_metadata.result_location}[/]"
875+
last_cached_step = step_name
875876
elif execution_metadata.logs_location is not None:
876877
result_str = f"[cyan]{execution_metadata.logs_location}[/]"
877878
else:

0 commit comments

Comments
 (0)