bash does not like continuing lines without \
This commit is contained in:
parent
21cae39f18
commit
2b1232dbb6
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue