From c7c03100fd0584b759bb75d461a12f5bcd5aabba Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Mon, 23 Apr 2012 17:44:10 +0200 Subject: Baseline Orgs API implementation --- pygithub3/resources/orgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3/resources') diff --git a/pygithub3/resources/orgs.py b/pygithub3/resources/orgs.py index 3996172..be6769a 100644 --- a/pygithub3/resources/orgs.py +++ b/pygithub3/resources/orgs.py @@ -11,4 +11,4 @@ class Org(Resource): _dates = ('created_at', ) def __str__(self): - return '' % getattr(self, 'name', '') + return '' % getattr(self, 'login', '') -- cgit v1.2.3-59-g8ed1b