Searched refs:input_filename (Results 1 – 1 of 1) sorted by relevance
21 def unsparse(output_filename, input_filename): argument22 logging.debug('Unsparsing %s...', input_filename)23 run_command(['simg2img', input_filename, output_filename])