Skip to content

Commit

Permalink
fix(pecha): add storage attr to OpenPechaGitRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
10zinten authored Dec 21, 2022
1 parent b3df9fc commit 186b307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpecha/core/pecha.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def __init__(
self, pecha_id: str = None, path: str = None, storage: Storage = None, **kwargs
):
self._opf_path = OpenPechaGitRepo.get_opf_path(pecha_id, path)
self.storage = storage
super().__init__(pecha_id = pecha_id, path = self._opf_path, **kwargs)

@staticmethod
Expand Down

0 comments on commit 186b307

Please sign in to comment.