Skip to content

Commit 4d89719

Browse files
committed
key remove reference
1 parent 578beba commit 4d89719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endorsement/dao/itbill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ def load_itbill_subscription(record):
129129
)
130130
except DataFailureException as ex:
131131
if ex.status == 404:
132-
raise ITBillSubscriptionNotFound(key_remote)
132+
raise ITBillSubscriptionNotFound(record.subscription.key_remote)
133133

134134
raise ex

0 commit comments

Comments
 (0)