From 7846c54aad53d689f8d01ae0eef762978a81a6cb Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Oct 11 2023 13:04:18 +0000 Subject: fix return type --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index 5c60dda..3e54e64 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -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)