Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Apr 9, 2024
1 parent cda87d4 commit d764a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydropandas/io/knmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_knmi_timeseries_fname(
)
if df.emtpy:
logger.warning(
f"No data for {meteo_var=} at {stn=} between" f"{start=} and {end=}."
f"No data for {meteo_var=} at {fname=} between" f"{start=} and {end=}."
)
else:
ts, meta = interpret_knmi_file(
Expand Down

0 comments on commit d764a8f

Please sign in to comment.