jenkins-bot has submitted this change and it was merged.
Change subject: [FIX] Typo in aspects.py doubling the word 'not' ......................................................................
[FIX] Typo in aspects.py doubling the word 'not'
Change-Id: Ie3b06b7756299a52f51681dea79c07ff0198b850 --- M tests/aspects.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/aspects.py b/tests/aspects.py index d6c6f18..08783fc 100644 --- a/tests/aspects.py +++ b/tests/aspects.py @@ -557,7 +557,7 @@ if (hasattr(cls, 'repo') and cls.repo != site['site'].data_repository()): raise Exception( - '%s: sites do not not all have the same data repository' + '%s: sites do not all have the same data repository' % cls.__name__)
cls.repo = site['site'].data_repository()
pywikibot-commits@lists.wikimedia.org