Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Jan 30, 2025
1 parent af4f76c commit 9c568f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def init(use_password: bool = False) -> None:

datahub.add_command(iceberg)
except ImportError as e:
logger.debug("Failed to load datahub iceberg command: {e}")
logger.debug(f"Failed to load datahub iceberg command: {e}")
datahub.add_command(
make_shim_command(
"iceberg", "run `pip install 'acryl-datahub[iceberg-catalog]'`"
Expand Down

0 comments on commit 9c568f0

Please sign in to comment.