From fdc3f8561a1bb3f180daa7ef65a6d88e2ad3554f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sep 08 2021 19:34:58 +0000 Subject: hub: fix docs for listBuilds "state" parameter name The listBuilds method takes a parameter named "state", not "stage". Update the docstring to reflect this. --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 6131ff8..7b10139 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -11547,7 +11547,7 @@ class RootExports(object): :param str source: only builds where the source field matches (glob pattern) :param str prefix: only builds whose package name starts with that prefix :param str pattern: only builds whose nvr matches the glob pattern - :param int stage: only builds in the given state + :param int state: only builds in the given state Timestamp filter parameters - these limit the results to builds where the corresponding