From 801688e4fbdabe67fab0cc70e3b012c88b5740be Mon Sep 17 00:00:00 2001 From: Christopher O'Brien Date: Fri, 21 May 2021 08:16:49 -0400 Subject: [PATCH] with_owners is the correct new parameter --- kojismokydingo/cli/builds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kojismokydingo/cli/builds.py b/kojismokydingo/cli/builds.py index ca3e4fc8..182a6b72 100644 --- a/kojismokydingo/cli/builds.py +++ b/kojismokydingo/cli/builds.py @@ -145,7 +145,7 @@ def debug(message, *args): # and avoid the join packages = session.listPackages(tagID=tagid, inherited=inherit, - with_owner=False) + with_owners=False) else: packages = session.listPackages(tagID=tagid, inherited=inherit) @@ -470,7 +470,7 @@ def debug(message, *args): # and avoid the join packages = session.listPackages(tagID=tagid, inherited=inherit, - with_owner=False) + with_owners=False) else: packages = session.listPackages(tagID=tagid, inherited=inherit)