stuck with s3 refactoring

This commit is contained in:
Yhael S
2023-10-01 17:47:02 -05:00
parent d0ec5118eb
commit 0cd36b92a3
5 changed files with 335 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ manifest_dict = eval(''.join(lines[start_index:end_index + 1]))
# Modify the manifest dictionary
manifest_dict['installable'] = True
manifest_dict['auto_install'] = True
manifest_dict['auto_install'] = False
# Construct the modified manifest string
modified_manifest_lines = ['{\n']