Re: [PATCH 1/2] lib/portage/repository/config.py: fix trailing comma
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <20200805015608.GA34097@bubba> |
On Tue, Aug 04, 2020 at 09:43:03PM -0400, Aaron Bauman wrote: > * This fixes the one instance of a trailing comma in the repo which > actually causes a tuple to be created. > > Signed-off-by: Aaron Bauman <[email protected]> > --- > lib/portage/repository/config.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/portage/repository/config.py b/lib/portage/repository/config.py > index 0f3e582f8..f4dd834b5 100644 > --- a/lib/portage/repository/config.py > +++ b/lib/portage/repository/config.py > @@ -871,7 +871,7 @@ class RepoConfigLoader: > continue > if repo.masters is None: > if self.mainRepo() and repo_name != self.mainRepo().name: > - repo.masters = self.mainRepo(), > + repo.masters = self.mainRepo() > else: > repo.masters = () > else: > -- > 2.28.0 > > Please disregard this patch series. -- Cheers, Aaron
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEDA48qNrrn8VVVcst4yp5f7HQy3AFAl8qEbgACgkQ4yp5f7HQ y3BSegf+OkeMNjD1AI0HleVWB0wWUck6Z/7rdcXFLwSddI6c8R/2u/U50ycDJ7Af BBdpgn7372V2G9Jz2tCiFq7HKJ/JmFO3QVUB2Xa0Qn38unHU3zh8R53xyCGeCeQQ Ylz4sTRlIBlJHsfLuGV0CmPuHXVjIjx7lHAfZKjCqFWryBKHDu7QgjdAdezcx4xc ja/Cjk7VEoTnbEdvQq/o4LJ0r4hJe3cyk8J5xSyWtdtW5zJ5WjxZjlZPqbcGOjeN 6z8Z5QR+UJurh3s0BvzgLAXGWNVGx+azJKZFfrjwoILry1yCWWLBwu7G3FCiiJ0C E6bx6pRUhtMbbH1HXz+x7WRihA/7YQ== =/+J+ -----END PGP SIGNATURE-----