[Git][reproducible-builds/diffoscope][master] Add missing space.
Chris Lamb
gitlab at salsa.debian.org
Sun Nov 8 12:26:08 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
b87e3b22 by Jelmer Vernooij at 2020-11-08T04:44:35+00:00
Add missing space.
'Are you sure youonly meant...' => 'Are you sure you only meant...'.
- - - - -
1 changed file:
- diffoscope/main.py
Changes:
=====================================
diffoscope/main.py
=====================================
@@ -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,
)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/b87e3b2204a73c94277b4869deee0e8250d97578
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/b87e3b2204a73c94277b4869deee0e8250d97578
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20201108/b0884a89/attachment.htm>
More information about the rb-commits
mailing list