Skip to content

Commit

Permalink
Tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Dec 3, 2024
1 parent 5fa621f commit a661b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perma_web/perma/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ def get_warc(self, extract_from_wacz_if_present=True, force_from_wacz=False):
@contextmanager
def get_wacz(self):
if not self.wacz_size:
raise RuntimeError(f'No WARC present for {self.guid}')
raise RuntimeError(f'No WACZ present for {self.guid}')
yield storages[settings.WACZ_STORAGE].open(self.wacz_storage_file(), 'rb')

def accessible_to(self, user):
Expand Down

0 comments on commit a661b61

Please sign in to comment.