[sysadmin-bin] Add back the self attr.
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Add back the self attr.
- Date: Tue, 13 Aug 2013 15:52:57 +0000 (UTC)
commit 866105539d23a41377f1f61fb9133e6f3686b5d4
Author: Andrea Veri <av gnome org>
Date: Tue Aug 13 17:52:03 2013 +0200
Add back the self attr.
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 f146339..bd26126 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 (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]