sheetsync: unmapped columns aren't a problem.

pull/367/head
Mike Lang 1 year ago
parent 634ae6b327
commit 5256577d00

@ -388,7 +388,7 @@ class SheetSync(object):
for col in changed:
output = format_output(getattr(event, col))
if column_map[col] is None:
logging.warning("Tried to update sheet for unmapped column {} = {!r}".format(col, output))
logging.debug("Tried to update sheet for unmapped column {} = {!r}".format(col, output))
continue
self.sheets.write_value(
self.sheet_id, worksheet,

Loading…
Cancel
Save