Skip to content

Commit

Permalink
Fix old logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Feb 27, 2023
1 parent 121af1e commit 17f80b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodatasets3/prepare/sentinel_l1_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def find_jobs() -> Iterable[Job]:
_LOG.info(
"Wrote dataset",
dataset_id=dataset.id,
datsaset_path=path,
dataset_path=path,
output_yaml=job.output_yaml_path,
)

Expand Down

0 comments on commit 17f80b6

Please sign in to comment.