Skip to content

Commit 8baa4c0

Browse files
committed
main: Fix
Signed-off-by: Mathieu Dubois-Briand <[email protected]>
1 parent 093e499 commit 8baa4c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swattool/main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,11 @@ def review_pending_failures(refresh: str,
328328
def batch_triage_failures(refresh: str, limit: int, sort: list[str], yes: bool,
329329
status: str, status_comment: str,
330330
**kwargs):
331+
# pylint: disable=too-many-arguments
331332
"""Triage pending failures matching given criteria.
332333
333334
STATUS_COMMENT: free format string or bug number for 'Bug' status.
334335
"""
335-
# pylint: disable=too-many-arguments
336-
337336
filters = parse_filters(kwargs)
338337
filters['triage'] = [swatbotrest.TriageStatus.PENDING]
339338

0 commit comments

Comments
 (0)