Skip to content
Snippets Groups Projects
Unverified Commit b87e3b22 authored by Jelmer Vernooij's avatar Jelmer Vernooij
Browse files

Add missing space.

'Are you sure youonly meant...' => 'Are you sure you only meant...'.
parent f4070c4d
No related branches found
No related tags found
1 merge request!67Add missing space
Pipeline #195500 passed
......@@ -681,7 +681,7 @@ def run_diffoscope(parsed_args):
except json.JSONDecodeError:
traceback.print_exc()
print(
"E: Could not parse diff from '{}'. (Are you sure you"
"E: Could not parse diff from '{}'. (Are you sure you "
"only meant to specify a single file?)".format(path1),
file=sys.stderr,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment