From 3d59b627fcb46141fe0c6ec6aacaca9e436718d6 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 24 Dec 2022 21:05:37 +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 f4d090c..7d0fb6c 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)