Skip to content

Commit

Permalink
Require input file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaEpsilon7787 committed Jun 2, 2021
1 parent 933f2e4 commit c7320a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BM2SMConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
arg_parser.add_argument('-I', '--in_file',
action='store',
help='Path to file to be converted.',
required=True,
type=str)

arg_parser.add_argument('-O', '--out_dir',
Expand Down

0 comments on commit c7320a4

Please sign in to comment.