Searched refs:exit_with_failure (Results 1 – 4 of 4) sorted by relevance
19 from ecst_args import EcstArgs, exit_with_failure173 exit_with_failure("Define input file, using -i flag")178 exit_with_failure(f'Cannot open {input_file}')180 exit_with_failure(f'BIN Input file ({input_file}) is empty')191 exit_with_failure(f'Input file name {input_file} '833 exit_with_failure('No input BIN file selected for'838 exit_with_failure(f'Cannot open {ecst_args.input}')845 exit_with_failure(message)887 exit_with_failure("No output file selected for "997 exit_with_failure(message)
236 def exit_with_failure(message): function
16 from esiost_args import EsiostArgs, exit_with_failure110 exit_with_failure("Define input file, using -i flag")115 exit_with_failure(f'Cannot open {input_file}')117 exit_with_failure(f'BIN Input file ({input_file}) is empty')128 exit_with_failure(f'Input file name {input_file} '589 exit_with_failure(message)
114 def exit_with_failure(message): function