From 5bcbed499e5f1c6536ac6e4173b82135e2f00c89 Mon Sep 17 00:00:00 2001 From: Niels Thykier <niels@thykier.net> Date: Mon, 31 Dec 2018 12:16:09 +0000 Subject: [PATCH] Fix the doc string for compile_nuninst Signed-off-by: Niels Thykier <niels@thykier.net> --- britney2/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/britney2/utils.py b/britney2/utils.py index 9511f3e..5b2ee36 100644 --- a/britney2/utils.py +++ b/britney2/utils.py @@ -806,8 +806,7 @@ def invalidate_excuses(excuses, valid, invalid): def compile_nuninst(target_suite, architectures, nobreakall_arches): """Compile a nuninst dict from the current testing - :param suite: The target suite - :param inst_tester: Britney's installability tester + :param target_suite: The target suite :param architectures: List of architectures :param nobreakall_arches: List of architectures where arch:all packages must be installable """