mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix typo
This commit is contained in:
@@ -300,7 +300,7 @@ class FileAssociate(bpy.types.Operator):
|
||||
return {"FINISHED"}
|
||||
|
||||
def install_desktop_windows(self, src_dir, binary_path):
|
||||
# very important to clear this regitstry key before creating new association
|
||||
# very important to clear this registry key before creating new association
|
||||
# tried to do the regitsry change from powershell/cmd - but even admin rights are not enough
|
||||
# this is why we're using .reg
|
||||
reg_change_path = os.path.join(src_dir, "windows_bbim_association.reg")
|
||||
|
||||
Reference in New Issue
Block a user