Skip to content

Commit b364415

Browse files
committed
fix logs
1 parent aa9edf8 commit b364415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_quickbooks/quickbooks/reportstreams/BaseReport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _get_column_metadata(self, resp, schema=None):
3737
if schema is not None:
3838
col_type = column["MetaData"][0].get("Value") if column.get("MetaData") else None
3939
if not col_type:
40-
LOGGER.info(f"Metadata for col {column.get("ColTitle")} not found, skipping.")
40+
LOGGER.info(f"Metadata for col {column.get('ColTitle')} not found, skipping.")
4141
continue
4242
# append col to columns
4343
columns.append(schema.get(col_type))

0 commit comments

Comments
 (0)