Skip to content

Commit

Permalink
Merge pull request #309 from transifex/argparse-cacert-fix
Browse files Browse the repository at this point in the history
Minor missing argument fix
  • Loading branch information
candrikos authored Nov 16, 2020
2 parents 503f1e0 + a155396 commit cd5dd41
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 cd5dd41

Please sign in to comment.