Skip to content

Commit

Permalink
Add a space to resume suggestion message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmholzer committed Aug 19, 2022
1 parent f6d9ee9 commit 122839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _suggest_resume_scenario(
else:
self._logger.warning(
"There are %d nodes that have not run.\n"
"You can resume the pipeline run from the nearest nodes with"
"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),
Expand Down

0 comments on commit 122839f

Please sign in to comment.