Addon Manager: Fix bug in ZIP isntallation

This commit is contained in:
Chris Hennes
2023-01-09 19:35:18 -06:00
parent 5196a4c01b
commit a7b4a6deba
5 changed files with 159 additions and 60 deletions

View File

@@ -66,7 +66,7 @@ translate = FreeCAD.Qt.translate
class ProcessInterrupted(RuntimeError):
"""An interruption request was received and the process killed because if it."""
"""An interruption request was received and the process killed because of it."""
def symlink(source, link_name):