Skip to content

Commit 22690de

Browse files
committed
Call fancy_unflatten with required arguments
1 parent 0cf48a0 commit 22690de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flattentool/tests/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ def run(sheets, schema=None, source_maps=False):
10111011
)
10121012
spreadsheet_input.read_sheets()
10131013
if source_maps:
1014-
result, cell_source_map_data, heading_source_map_data = spreadsheet_input.fancy_unflatten()
1014+
result, cell_source_map_data, heading_source_map_data = spreadsheet_input.fancy_unflatten(with_cell_source_map=True, with_heading_source_map=True)
10151015
return result, cell_source_map_data, heading_source_map_data
10161016
else:
10171017
return spreadsheet_input.unflatten(), None, None

0 commit comments

Comments
 (0)