Skip to content

Commit

Permalink
Merge 8be478e into 0f77aed
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Mar 4, 2019
2 parents 0f77aed + 8be478e commit ffe81e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/convert-to-json.py
Expand Up @@ -7,7 +7,7 @@
from ingredient_phrase_tagger.training import utils

if len(sys.argv) < 2:
sys.stderr.write('Usage: make-data.py FILENAME')
sys.stderr.write('Usage: convert-to-json.py FILENAME')
sys.exit(1)

print(json.dumps(utils.import_data(open(sys.argv[1])), indent=4))

0 comments on commit ffe81e4

Please sign in to comment.