Skip to content
Snippets Groups Projects
Commit 0bec214f authored by Mélodie Boillet's avatar Mélodie Boillet
Browse files

Rename img_format to image_format

parent 3eda9edb
No related branches found
No related tags found
1 merge request!255Rename img_format to image_format
......@@ -330,9 +330,9 @@ def run(
entity_worker_version: Optional[Union[str, bool]],
max_width: Optional[int],
max_height: Optional[int],
image_format: str,
cache_dir: Path,
keep_spaces: bool,
img_format: str,
):
assert database.exists(), f"No file found @ {database}"
open_database(path=database)
......@@ -360,5 +360,5 @@ def run(
max_height=max_height,
cache_dir=cache_dir,
keep_spaces=keep_spaces,
image_extension=img_format,
image_extension=image_format,
).run()
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