Skip to content

Check files exist prior to running

Charlie Hoy requested to merge check_files_exist into master

The purpose of this MR is to add an argparse.Action class which checks to make sure that the provided files exist prior to running. This fixes issue #232 (closed).

Merge request reports