Fix the doc string for compile_nuninst

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 04318473f6
commit 5bcbed499e
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -806,8 +806,7 @@ def invalidate_excuses(excuses, valid, invalid):
def compile_nuninst(target_suite, architectures, nobreakall_arches): def compile_nuninst(target_suite, architectures, nobreakall_arches):
"""Compile a nuninst dict from the current testing """Compile a nuninst dict from the current testing
:param suite: The target suite :param target_suite: The target suite
:param inst_tester: Britney's installability tester
:param architectures: List of architectures :param architectures: List of architectures
:param nobreakall_arches: List of architectures where arch:all packages must be installable :param nobreakall_arches: List of architectures where arch:all packages must be installable
""" """

Loading…
Cancel
Save