Skip to content

Commit

Permalink
Rebase PR and address merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
synkd committed Nov 8, 2023
1 parent 14c039a commit 5dcf41c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifester/manifester.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def verify_allocation_entitlements(self, entitlement_quantity, subscription_name
current_entitlement = [
d
for d in self.entitlement_data["body"]["entitlementsAttached"]["value"]
CONFLICT (content): Merge conflict in manifester/manifester.py
if d["subscriptionName"] == subscription_name
]
if not current_entitlement:
Expand Down

0 comments on commit 5dcf41c

Please sign in to comment.