commit: 6313f4e79868cf8e5aaf49751ab5dd0d5f776761 Author: David Palao <david.palao <AT> gmail <DOT> com> AuthorDate: Fri Sep 23 13:47:17 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 19:11:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6313f4e7
improvement(style): black issue fixed Closes: https://github.com/gentoo/portage/pull/897 Signed-off-by: David Palao <david.palao <AT> gmail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> lib/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py index fbfc561ec..b45a6361a 100644 --- a/lib/_emerge/actions.py +++ b/lib/_emerge/actions.py @@ -3512,7 +3512,7 @@ def run_action(emerge_config): mytrees["bintree"].populate( getbinpkgs="--getbinpkg" in emerge_config.opts, getbinpkg_refresh=True, - **kwargs + **kwargs, ) except ParseError as e: writemsg(
