Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 11, 2023
1 parent 8b036b1 commit 19d2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdx/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(
try:
import sshtunnel
except ImportError:
# dependency missing, issue a warning
# dependency missing, log an error
logger.error(
"sshtunnel not found! Please install hdx-python-database[sshtunnel] to enable."
)
Expand Down

0 comments on commit 19d2c0b

Please sign in to comment.