Skip to content

Commit b6dac09

Browse files
authored
fix: adds missing spaces in OutputsNotFound error message (#3667)
1 parent 41816d8 commit b6dac09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renku/core/errors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ def __init__(self):
240240
msg = (
241241
"There are not any detected outputs in the repository. This can be due to your command not creating "
242242
"any new files or due to files that get created already existing before the command was run. In the "
243-
"latter case, you can remove those files prior to running your command.\nIf you want to track the command"
244-
"without outputs, use the use --no-output option.\nYou can also use the --output flag to track outputs"
243+
"latter case, you can remove those files prior to running your command.\nIf you want to track the command "
244+
"without outputs, use the use --no-output option.\nYou can also use the --output flag to track outputs "
245245
"manually."
246246
)
247247

0 commit comments

Comments
 (0)