Skip to content

Commit

Permalink
fix logging message level
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 13, 2024
1 parent 664405c commit 071188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ravenpy/config/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def from_nc(
engine=engine,
)
except ValueError as e: # noqa: PERF203
LOGGER.error(e)
LOGGER.info(e)
pass

else:
Expand Down

0 comments on commit 071188c

Please sign in to comment.