Retrieve only the correct branches for a given package.
This commit is contained in:
parent
4d9ec7ded9
commit
61210be170
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ def _get_pdc_project_name_and_branches(session, namespace, repo):
|
|||
)
|
||||
if DRY_RUN:
|
||||
print('Querying {0} {1}'.format(branches_url, params))
|
||||
rv = session.get(branches_url, timeout=60)
|
||||
rv = session.get(branches_url, params=params, timeout=60)
|
||||
|
||||
# If the project's branches can't be reported, just return no branches and
|
||||
# it will be skipped later on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue