We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41816d8 commit b6dac09Copy full SHA for b6dac09
1 file changed
renku/core/errors.py
@@ -240,8 +240,8 @@ def __init__(self):
240
msg = (
241
"There are not any detected outputs in the repository. This can be due to your command not creating "
242
"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"
+ "latter case, you can remove those files prior to running your command.\nIf you want to track the command "
+ "without outputs, use the use --no-output option.\nYou can also use the --output flag to track outputs "
245
"manually."
246
)
247
0 commit comments