Revision 369628b8

b/snf-astakos-app/astakos/im/quotas.py
140 140
    except NoCapacityError as e:
141 141
        limit = e.data['limit']
142 142
        return False, limit
143
    except QuotaholderError:
144
        return False, None
145 143
    accept = not dry_run
146 144
    qh.resolve_pending_commission('astakos', s, accept)
147 145
    return True, None

Also available in: Unified diff