We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff9ebf commit d498cf7Copy full SHA for d498cf7
tango/__main__.py
@@ -872,6 +872,7 @@ def _display_run_results(
872
execution_metadata = executor_output.successful[step_name]
873
if execution_metadata.result_location is not None:
874
result_str = f"[cyan]{execution_metadata.result_location}[/]"
875
+ last_cached_step = step_name
876
elif execution_metadata.logs_location is not None:
877
result_str = f"[cyan]{execution_metadata.logs_location}[/]"
878
else:
0 commit comments