Update ubi_extract_files.py

This commit is contained in:
gutosie
2022-12-24 21:05:19 +02:00
committed by GitHub
parent d38ff22c50
commit a0171e5cf5

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)