Ordering of options had always been incorrect on this call; Fixed.
This commit is contained in:
parent
b04fbb1b73
commit
39db5bbce7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def main():
|
|||
print 'csv:', options.csv
|
||||
print 'ods:', options.ods
|
||||
print 'ods:', options.encoding
|
||||
csv2ods(options.csv, options.ods, options.verbose, options.encoding, options.skip_page_break)
|
||||
csv2ods(options.csv, options.ods, options.encoding, options.verbose, options.skip_page_break)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue