Skip to content

Commit

Permalink
Improve resume message
Browse files Browse the repository at this point in the history
Signed-off-by: Jannic Holzer <[email protected]>
  • Loading branch information
jmholzer committed Aug 18, 2022
1 parent 48d4e7c commit f6d9ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kedro/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ def _suggest_resume_scenario(
else:
self._logger.warning(
"There are %d nodes that have not run.\n"
"You can resume the pipeline run by adding the following "
"You can resume the pipeline run from the nearest nodes with"
"persisted inputs by adding the following "
"argument to your previous command:\n%s",
len(remaining_nodes),
postfix,
Expand Down

0 comments on commit f6d9ee9

Please sign in to comment.