mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bash does not like continuing lines without \
This commit is contained in:
@@ -33,8 +33,7 @@ project_to_email = {}
|
||||
|
||||
|
||||
def get_pagure_projects():
|
||||
pagure_projects_url = pagure_url +
|
||||
'/api/0/projects?page=1&per_page=100&fork=false'
|
||||
pagure_projects_url = pagure_url + '/api/0/projects?page=1&per_page=100&fork=false'
|
||||
session = retry_session()
|
||||
while pagure_projects_url:
|
||||
response = session.get(pagure_projects_url)
|
||||
|
||||
Reference in New Issue
Block a user