AttributeError: self.attached_quantity is undefined if not verify_entitlements
#59
Labels
bug
Something isn't working
not verify_entitlements
#59
Problem Statement
manifester/manifester/manifester.py
Lines 225 to 246 in 20a9351
Due to
verify_allocation_entitlements
exiting using the firstreturn
statement from the top and not settingself.attached_quantity
, theprocess_subscription_pools
does not haveself.attached_quantity
available, therefore Manifester fails withAttributeError: 'Manifester' object has no attribute 'attached_quantity'
manifester/manifester/manifester.py
Lines 292 to 299 in 20a9351
Logs
The text was updated successfully, but these errors were encountered: