* 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 <b...@gentoo.org>
---
 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


Reply via email to