if not os.path.exists(output_path):
            log.error('Path does not exist! {}'.format(output_path))
            exit(1)