From 39584a4f8978ba3ed388f6d7ae0d65de835e7d1d Mon Sep 17 00:00:00 2001 From: Radoslav Date: Jul 31 2023 12:57:28 +0000 Subject: fix param in createImageBuild docstring fix param in createImageBuild docstring --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index accde3b..c9ff9ff 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -10913,7 +10913,8 @@ class RootExports(object): Associate image metadata with an existing build. When build isn`t existing, creates a build. The build must not already have associated image metadata. - :param build_info: a str (build name) if build is existing + :param build_info: int (build ID) if build exists + str (in N-V-R format) or a dict: - name: build name - version: build version