Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
fixes: pulp#1391

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Mar 20, 2023
1 parent 865993f commit e5758a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_ansible/app/tasks/collections.py
Expand Up @@ -455,7 +455,7 @@ def is_new_highest(new, old):
highest = (sv, cv)

highest[1].is_highest = True
if highest[1] != collection_version or save:
if highest[1] != collection_version or save:
highest[1].save()
return

Expand Down

0 comments on commit e5758a1

Please sign in to comment.