Skip to content

Commit

Permalink
with_owners is the correct new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed May 21, 2021
1 parent 7a42ead commit 801688e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kojismokydingo/cli/builds.py
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 801688e

Please sign in to comment.