From d38ff22c50ed3433a76a6a67f0db37683dd4517c Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 24 Dec 2022 20:35:17 +0200 Subject: [PATCH] Update ubi_extract_files.py --- NeoBoot/ubi_reader_arm/ubi_extract_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/ubi_reader_arm/ubi_extract_files.py b/NeoBoot/ubi_reader_arm/ubi_extract_files.py index 1ca8137..6fc668e 100644 --- a/NeoBoot/ubi_reader_arm/ubi_extract_files.py +++ b/NeoBoot/ubi_reader_arm/ubi_extract_files.py @@ -67,7 +67,7 @@ if __name__ == '__main__': uubifs.log.log_file = log_file uubifs.log.log_to_file = log_to_file 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) sys.exit(0)