Update ubi_extract_files.py

This commit is contained in:
gutosie
2022-12-24 20:35:17 +02:00
committed by GitHub
parent 8e77feadc5
commit d38ff22c50

View File

@@ -67,7 +67,7 @@ if __name__ == '__main__':
uubifs.log.log_file = log_file uubifs.log.log_file = log_file
uubifs.log.log_to_file = log_to_file uubifs.log.log_to_file = log_to_file
uubifs.log.quiet = quiet uubifs.log.quiet = quiet
print 'Wait almost over ...\nLoading the image to: %s' % vol_out_path #print 'Wait almost over ...\nLoading the image to: %s' % vol_out_path
extract_files(uubifs, vol_out_path, perms) extract_files(uubifs, vol_out_path, perms)
sys.exit(0) sys.exit(0)