Skip to content

Commit

Permalink
🎨 add direct instantiation of self._profile, so that `self._profile…
Browse files Browse the repository at this point in the history
….store` reference is resolvable

Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed Jun 3, 2024
1 parent 8674fd4 commit 391b2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/askar/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def __init__(
self._opener = self.profile.store.transaction(profile.profile_id)
else:
self._opener = self.profile.store.session(profile.profile_id)
self._profile = profile
self._handle: Session = None
self._acquire_start: float = None
self._acquire_end: float = None
Expand Down

0 comments on commit 391b2c5

Please sign in to comment.