summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 21:41:14 +0100
committerWolfgang Müller2024-11-14 21:41:14 +0100
commite3b667cfac8344e0582740774024cf03ece1445b (patch)
tree558a9738e13ea8b4976262a21cdbdde266c84457 /src
parentdb65a022aef9bd7410fd4cc17564c806d8bbd2b8 (diff)
downloadhircine-e3b667cfac8344e0582740774024cf03ece1445b.tar.gz
backend/tests: Add test for open_archive_file
Diffstat (limited to 'src')
-rw-r--r--src/hircine/scraper/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hircine/scraper/utils.py b/src/hircine/scraper/utils.py
index 61c7d14..5a383a2 100644
--- a/src/hircine/scraper/utils.py
+++ b/src/hircine/scraper/utils.py
@@ -35,7 +35,7 @@ def parse_dict(parsers, data):
@contextmanager
-def open_archive_file(archive, member, check_sidecar=True): # pragma: no cover
+def open_archive_file(archive, member, check_sidecar=True):
"""
Open an archive file for use with the :ref:`with <with>` statement. Yields
a :term:`file object` obtained from: