From aa57b7b32515df7bdd426c42fc32c73c5225fe3c Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 29 Oct 2018 00:59:19 +0100 Subject: [PATCH] Correctif auto pr bot --- services/pr-autobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pr-autobot.py b/services/pr-autobot.py index 350ad136f..0d4187732 100755 --- a/services/pr-autobot.py +++ b/services/pr-autobot.py @@ -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: