[Git][reproducible-builds/diffoscope][master] Apply black.
Chris Lamb
gitlab at salsa.debian.org
Thu Jan 28 10:40:22 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
2b177b51 by Chris Lamb at 2021-01-28T10:39:34+00:00
Apply black.
Gbp-Dch: ignore
- - - - -
1 changed file:
- diffoscope/tempfiles.py
Changes:
=====================================
diffoscope/tempfiles.py
=====================================
@@ -85,8 +85,8 @@ def _get_base_temporary_directory():
"Created top-level temporary directory: %s", _BASEDIR.name
)
- with open(os.path.join(_BASEDIR.name, 'argv'), 'w') as f:
- print('\n'.join(sys.argv), file=f)
+ with open(os.path.join(_BASEDIR.name, "argv"), "w") as f:
+ print("\n".join(sys.argv), file=f)
return _BASEDIR.name
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/2b177b517652e62365a6597d153617ce577713e4
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/2b177b517652e62365a6597d153617ce577713e4
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/20210128/97fdf2c5/attachment.htm>
More information about the rb-commits
mailing list