From 130ec04681fcc5fe721141c7dc2ea360f01ca661 Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Sun, 28 Jan 2018 22:10:07 +0100 Subject: [PATCH] should not => does not --- github_connector/models/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_connector/models/github.py b/github_connector/models/github.py index 9a8dacac..2c4a3990 100644 --- a/github_connector/models/github.py +++ b/github_connector/models/github.py @@ -129,7 +129,7 @@ def get_by_url(self, url, call_type, data=False): if response.status_code == 403: raise exceptions.Warning(_( "Unable to realize the current operation. The login '%s'" - " should not have the correct access rights.") % (self.login)) + " does not have the correct access rights.") % (self.login)) if response.status_code == 422: raise exceptions.Warning(_( "Unable to realize the current operation. Possible reasons:\n"