Skip to content

Commit

Permalink
fix: Elastic Search is expecting an object in 'source' (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet authored Sep 28, 2022
1 parent 9127002 commit 8b9503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/standardising.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def start_standardising(files: List[str], preset: str, concurrency: int) -> List
def standardising(file: str, preset: str) -> str:
output_folder = "/tmp/"

get_log().info(f"standardising {file}", source=file)
get_log().info(f"standardising {file}", path=file)

_, src_file_path = parse_path(file)
standardized_file_name = f"{get_file_name_from_path(src_file_path)}.tiff"
Expand Down

0 comments on commit 8b9503b

Please sign in to comment.