Skip to content

Commit

Permalink
Merge dcc169c into 1527728
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Dec 18, 2018
2 parents 1527728 + dcc169c commit 7b32cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_smash/pulp3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def inner(repo, version_href=None):

if version_href is None:
# Repository has no latest version, and therefore no content.
return defaultdict(lambda x: 0)
return {}

client = api.Client(config.get_config(), api.page_handler)
return client.get(version_href)[summary_field]
Expand Down

0 comments on commit 7b32cc2

Please sign in to comment.