Fix bug in fix_file_associations()

This commit is contained in:
2Shirt 2021-10-20 23:42:25 -06:00
parent 07155c9f0e
commit da74063d8a
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -980,7 +980,7 @@ def delete_registry_null_keys():
def fix_file_associations(): def fix_file_associations():
"""Fix file associations via registry edits.""" """Fix file associations via registry edits."""
winaio_path = get_tool_path('WinAIORepair', 'Repair_Windows').parent winaio_path = get_tool_path('WinRepairAIO', 'Repair_Windows').parent
winaio_path = winaio_path.joinpath( winaio_path = winaio_path.joinpath(
f'Files/regfiles/file_associations/{OS_VERSION}', f'Files/regfiles/file_associations/{OS_VERSION}',
) )