Skip to content
Snippets Groups Projects
Commit 6399ac95 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Properties do not return anything

parent cbc33ea6
No related branches found
No related tags found
1 merge request!279Properties do not return anything
Pipeline #79928 passed
......@@ -109,7 +109,7 @@ class Element(MagicDict):
@property
def requires_tiles(self) -> bool:
"""
:returns: Whether or not downloading and combining IIIF tiles will be necessary
Whether or not downloading and combining IIIF tiles will be necessary
to retrieve this element's image. Will be False if the element has no image.
"""
from arkindex_worker.image import polygon_bounding_box
......
......@@ -153,7 +153,7 @@ class BaseWorker(object):
"""
Whether or not the worker can publish data.
:returns: False when dev mode is enabled with the ``--dev`` CLI argument,
False when dev mode is enabled with the ``--dev`` CLI argument,
when no worker run ID is provided
"""
return self.args.dev or self.worker_run_id is None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment