Skip to content

Commit 6502868

Browse files
authored
Merge branch 'master' into 190-remove-erroneous-default
2 parents 66358d1 + 1dd0eba commit 6502868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flattentool/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from collections import OrderedDict
1313

1414

15-
def create_template(schema, output_name='template', output_format='all', main_sheet_name='main', flatten=False, rollup=False, root_id=None, use_titles=False, **_):
15+
def create_template(schema, output_name='template', output_format='all', main_sheet_name='main',
16+
rollup=False, root_id=None, use_titles=False, **_):
1617
"""
1718
Creates template file(s) from given inputs
1819
This function is built to deal with commandline input and arguments

0 commit comments

Comments
 (0)