PR#3924: fix return type
Merges #3924 https://pagure.io/koji/pull-request/3924
This commit is contained in:
commit
8348e25984
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue