Skip to content

Commit

Permalink
Added a no cover for one missing IIIF line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Nov 16, 2023
1 parent 05c5ea6 commit d73ef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/display/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,4 +802,4 @@ def convert_image_to_iiif(id_: int) -> None:
if process.returncode == 0:
flash(_('IIIF converted'), 'info')
else:
flash(f"{_('failed to convert image')}", 'error')
flash(f"{_('failed to convert image')}", 'error') # pragma: no cover

0 comments on commit d73ef59

Please sign in to comment.