[diffoscope] 01/01: Reflow long lines after indentation.
Chris Lamb
chris at chris-lamb.co.uk
Sat Mar 3 15:25:21 CET 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit d64ce7e718cab3bdb197b7c4e2b00f96567221a6
Author: Chris Lamb <lamby at debian.org>
Date: Sat Mar 3 14:24:36 2018 +0000
Reflow long lines after indentation.
---
diffoscope/tempfiles.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/diffoscope/tempfiles.py b/diffoscope/tempfiles.py
index 8640618..6859064 100644
--- a/diffoscope/tempfiles.py
+++ b/diffoscope/tempfiles.py
@@ -61,9 +61,9 @@ def clean_all_temp_files():
try:
x.cleanup()
except PermissionError:
- # Recursively reset the permissions of temporary directories prior to
- # deletion to ensure that non-writable permissions such as 0555 are
- # removed and do not cause a traceback. (#891363)
+ # Recursively reset the permissions of temporary directories prior
+ # to deletion to ensure that non-writable permissions such as 0555
+ # are removed and do not cause a traceback. (#891363)
for dirpath, ys, _ in os.walk(x.name):
for y in ys:
os.chmod(os.path.join(dirpath, y), 0o777)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list