Skip to content

Commit 63bd3b6

Browse files
committed
mask: support filing bugs with no dependent bugs
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent d373954 commit 63bd3b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pkgdev/scripts/pkgdev_mask.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ def file_last_rites_bug(options, message: str) -> int:
328328

329329

330330
def update_bugs_pmasked(api_key: str, bugs: list[int]):
331+
if not bugs:
332+
return True
331333
request_data = dict(
332334
Bugzilla_api_key=api_key,
333335
ids=bugs,

0 commit comments

Comments
 (0)