Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/_emerge/
Date: Sun, 25 Sep 2022 19:12:37
Message-Id: 1664133115.6313f4e79868cf8e5aaf49751ab5dd0d5f776761.floppym@gentoo
1 commit: 6313f4e79868cf8e5aaf49751ab5dd0d5f776761
2 Author: David Palao <david.palao <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 23 13:47:17 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 19:11:55 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6313f4e7
7
8 improvement(style): black issue fixed
9
10 Closes: https://github.com/gentoo/portage/pull/897
11 Signed-off-by: David Palao <david.palao <AT> gmail.com>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 lib/_emerge/actions.py | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
18 index fbfc561ec..b45a6361a 100644
19 --- a/lib/_emerge/actions.py
20 +++ b/lib/_emerge/actions.py
21 @@ -3512,7 +3512,7 @@ def run_action(emerge_config):
22 mytrees["bintree"].populate(
23 getbinpkgs="--getbinpkg" in emerge_config.opts,
24 getbinpkg_refresh=True,
25 - **kwargs
26 + **kwargs,
27 )
28 except ParseError as e:
29 writemsg(