[Reproducible-commits] [misc] 03/05: Slightly nicer spacing

Chris Lamb lamby at moszumanska.debian.org
Tue Jul 28 15:33:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit 7a98d3fe37aec3db0f753617d0c5ad731d3acb93
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jul 28 16:21:54 2015 +0100

    Slightly nicer spacing
---
 clean-notes | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/clean-notes b/clean-notes
index aafd4f9..459c5b5 100755
--- a/clean-notes
+++ b/clean-notes
@@ -180,6 +180,7 @@ def load_reproducible_status():
             rstatus = json.load(fd)
     except FileNotFoundError:
         rstatus = requests.get(REPRODUCIBLE_JSON).json()
+
     for item in rstatus:
         pkg = item['package']
         version = str(item['version'])
@@ -202,8 +203,8 @@ def load_reproducible_status():
             status[pkg]['version'] = version
             status[pkg]['suite'] = item['suite']
             status[pkg]['status'] = item['status']
-    return status
 
+    return status
 
 def load_notes():
     with open(NOTES_YAML, encoding='utf-8') as fd:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list