diff --git a/txclib/parsers.py b/txclib/parsers.py index 0eae292..63d68f9 100644 --- a/txclib/parsers.py +++ b/txclib/parsers.py @@ -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():