1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Fixed bug

This commit is contained in:
xiez
2012-09-05 16:25:32 +08:00
parent ad4279ed74
commit 224b7547f6

View File

@@ -344,7 +344,7 @@ def get_org_repos(org_id, start, limit):
if repos: if repos:
for r in repos: for r in repos:
r.owner = get_org_repo_owner(org_id, r.id) r.owner = get_org_repo_owner(r.id)
print org_id, type(org_id), r.id, r.owner print org_id, type(org_id), r.id, r.owner
return repos return repos