Do not create R/O directories

This commit is contained in:
Olaf Flebbe 2019-12-23 19:10:59 +01:00
parent d55d218c3c
commit b04725903c

View File

@ -560,8 +560,6 @@ def main(password, backup_path_in, dest_path_out):
unk_files.remove(entry)
all_dest_files = dest_path_out.glob('**/*')
for entry in all_dest_files:
os.chmod(entry, 0o444)
for entry in apk_files:
logging.warning('APK file not handled: %s', entry.name)