Skip to content

Commit

Permalink
Fix exception in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jan 3, 2025
1 parent 87fa349 commit 0443ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ def __init__(
)

if not self._topo.exists():
raise FileNotFoundError(
logger.warning(
f"Provided location for topography data ({self._topo}) does not exist. It should be either a .nc file, or a folder with several .nc files and a metadata.json file."
)

Expand Down

0 comments on commit 0443ac0

Please sign in to comment.