Skip to content

Commit

Permalink
correct path (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF authored Jan 9, 2025
1 parent df8aa76 commit 4a70711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_adaptors/tools/convertors.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def xarray_dict_to_netcdf(
compression_options: str | dict[str, Any] = "default",
to_netcdf_kwargs: dict[str, Any] = {},
out_fname_prefix: str = "",
target_dir: str = "",
target_dir: str = ".",
**kwargs,
) -> list[str]:
"""
Expand Down

0 comments on commit 4a70711

Please sign in to comment.