PR#3924: fix return type

Merges #3924
https://pagure.io/koji/pull-request/3924
This commit is contained in:
Tomas Kopecek 2023-10-17 11:52:31 +02:00
commit 8348e25984

View file

@ -10098,7 +10098,8 @@ class RootExports(object):
to the default priority; higher values mean lower priority; only
admins have the right to specify a negative priority here
channel: the channel to allocate the task to
Returns a list of all the dependent task ids
:returns int: Task ID
"""
context.session.assertLogin()
convert_value(srcs, cast=list, check_only=True)