Commit cbed0f8
bintree: fix TypeError
Fix the syntax around the writemsg() to avoid a TypeError:
File "/usr/lib/python3.13/site-packages/portage/dbapi/bintree.py", line 1615, in _populate_remote
writemsg(
~~~~~~~~^
_(
^^
...<4 lines>...
noiselevel=-1,
^^^^^^^^^^^^^^
)
^
TypeError: writemsg() got multiple values for argument 'noiselevel'
Reported in https://bugs.gentoo.org/965098#c2
Closes: https://bugs.gentoo.org/965098
Signed-off-by: Florian Schmaus <[email protected]>
Part-of: #1490
Closes: #1490
Signed-off-by: Sam James <[email protected]>1 parent 16655f8 commit cbed0f8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1638 | 1638 | | |
1639 | 1639 | | |
1640 | 1640 | | |
1641 | | - | |
1642 | | - | |
| 1641 | + | |
| 1642 | + | |
1643 | 1643 | | |
1644 | 1644 | | |
1645 | 1645 | | |
| |||
0 commit comments