[sysadmin-bin] And indent it correctly.



commit 2488f1f841782d8771ffeee1f83baba24622cf2e
Author: Andrea Veri <av gnome org>
Date:   Tue Aug 13 18:00:49 2013 +0200

    And indent it correctly.

 git/post-receive-mirror-github |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-mirror-github b/git/post-receive-mirror-github
index bd26126..3bc423c 100755
--- a/git/post-receive-mirror-github
+++ b/git/post-receive-mirror-github
@@ -83,7 +83,7 @@ class GitHub:
 
         raise Exception("There was an error attempting to create the repo %s in github:\n\nStatus: 
%d\nText:\n%s" % (name, rq.status_code, rq.text))
 
-def normalize_name (self, name):
+    def normalize_name (self, name):
         if "+" in name and name in name_maps.keys():
             return name_maps[name]
         else:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]