File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ def __init__(self):
240
240
msg = (
241
241
"There are not any detected outputs in the repository. This can be due to your command not creating "
242
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.\n If you want to track the command"
244
- "without outputs, use the use --no-output option.\n You can also use the --output flag to track outputs"
243
+ "latter case, you can remove those files prior to running your command.\n If you want to track the command "
244
+ "without outputs, use the use --no-output option.\n You can also use the --output flag to track outputs "
245
245
"manually."
246
246
)
247
247
You can’t perform that action at this time.
0 commit comments