bash does not like continuing lines without \

This commit is contained in:
Kevin Fenzi 2017-10-15 17:03:09 +00:00
parent 21cae39f18
commit 2b1232dbb6

View file

@ -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)