Missing initialization.
This commit is contained in:
parent
0a8193a50e
commit
dbcedff04d
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ def get_pagure_projects(namespace):
|
|||
|
||||
|
||||
def get_project_ownership(tag, namespace):
|
||||
projects = {}
|
||||
for project in get_pagure_projects(namespace=namespace):
|
||||
# Check if this project has the branch we are interested in
|
||||
project_branches_url = '{0}api/0/{1}/{2}/git/branches'.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue