Skip to content

Commit

Permalink
Minor missing argument fix
Browse files Browse the repository at this point in the history
  • Loading branch information
candrikos committed Nov 12, 2020
1 parent 503f1e0 commit a155396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions txclib/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def check_file_exists(file=None):
if file and not os.path.isfile(file):
raise argparse.ArgumentTypeError(
'certificate file %s not found' % file)
return file


def tx_main_parser():
Expand Down

0 comments on commit a155396

Please sign in to comment.