mirror of
https://github.com/qemu/qemu.git
synced 2026-04-23 14:42:54 +00:00
Pylint complains about too many positional arguments for the mips_check_wheezy() function. Add a "*" to enforce that the later ones are passed with an argument name (all calling sites are doing this already). Also turn some old-school format strings into proper f-strings now. Message-Id: <20251119082636.43286-6-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>