launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27352
[Merge] ~ilasc/launchpad:flake8-f522 into launchpad:master
Ioana Lasc has proposed merging ~ilasc/launchpad:flake8-f522 into launchpad:master.
Commit message:
flake8: fix f522
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/406638
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/launchpad:flake8-f522 into launchpad:master.
diff --git a/lib/lp/soyuz/scripts/tests/test_initialize_distroseries.py b/lib/lp/soyuz/scripts/tests/test_initialize_distroseries.py
index e86a857..e3b978b 100644
--- a/lib/lp/soyuz/scripts/tests/test_initialize_distroseries.py
+++ b/lib/lp/soyuz/scripts/tests/test_initialize_distroseries.py
@@ -250,7 +250,7 @@ class TestInitializeDistroSeries(InitializationHelperTestCase):
InitializationError,
("Series series has no previous series and the "
"distribution already has initialised series"
- ".").format(child=child),
+ ".").format(child),
ids.check)
def test_failure_with_pending_builds(self):