Skip to content

Commit

Permalink
[ci skip] update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Jun 3, 2020
1 parent dd7dd5c commit 98d5faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commcare_export/excel_query.py
Expand Up @@ -315,7 +315,8 @@ def parse_sheet(worksheet, mappings=None, column_enforcer=None):
source = source_expr
body = None
else:
# todo: does this break when using a column_enforcer?
# note: if we want to add data types to the columns added by the column_enforcer
# this will have to conditionally move into the if/else below
data_types = [Literal(data_type.value) for data_type in output_types]
if column_enforcer is not None:
(headings, body) = require_column_in_sheet(worksheet.title,
Expand Down

0 comments on commit 98d5faf

Please sign in to comment.