Correctif auto pr bot

This commit is contained in:
nyanloutre 2018-10-29 00:59:19 +01:00
parent 3d73bb02f2
commit aa57b7b325
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if latest_commit != previous_commit:
pr = repo.create_pull(title=branch, body=pr_message, base='nixos-18.09', head=branch)
print("Pull request numéro " + str(pr.numero) + " créée")
print("Pull request numéro " + str(pr.number) + " créée")
print("URL : " + pr.html_url)
while pr.mergeable == None: