sys_patch_dict.py: Update comments

This commit is contained in:
Mykola Grymalyuk
2022-05-07 18:55:46 -06:00
parent 3a6d801d80
commit b6d89f7310
2 changed files with 4 additions and 1 deletions

View File

@@ -343,6 +343,8 @@ class PatchSysVolume:
if patch_input in {"y", "Y", "yes", "Yes"}:
shutil.rmtree(Path(self.constants.payload_local_binaries_root_path))
output = self.download_files()
else:
output = True
else:
output = self.download_files()
else: