Skip to content

Commit

Permalink
tap_schema.py: use formatting string in log message
Browse files Browse the repository at this point in the history
Co-authored-by: stvoutsin <steliosvoutsinas@yahoo.com>
  • Loading branch information
JeremyMcCormick and stvoutsin authored Oct 3, 2024
1 parent 5acfdb0 commit 93fe72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/felis/tap_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _create_table_map(self) -> None:
)
for table_name in TableManager.get_table_names_std()
}
logger.debug("Created TAP_SCHEMA table map:", self._table_map)
logger.debug(f"Created TAP_SCHEMA table map: {self._table_map}")

def _check_tables(self) -> None:
for table_name in TableManager.get_table_names_std():
Expand Down

0 comments on commit 93fe72d

Please sign in to comment.