Skip to content

Commit

Permalink
xlsx files are not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGardiner committed Jan 25, 2022
1 parent 863af66 commit f5b8585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ MANIFEST

# Excel spreadsheets
*.xls
*.xlsx
2 changes: 1 addition & 1 deletion create_j1939db-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
parser = argparse.ArgumentParser()
parser.add_argument('-f', '--digital_annex_xls', type=str, required=True, action='append',
default=[], nargs='+',
help="the J1939 Digital Annex excel sheet used as input")
help="the J1939 Digital Annex .xls excel file used as input")
parser.add_argument('-w', '--write-json', type=str, default='-',
help="where to write the output. defaults to stdout")
args = parser.parse_args()
Expand Down

0 comments on commit f5b8585

Please sign in to comment.