Skip to content

Commit

Permalink
AddonMAnager: Don't hide error message if some addon failed to install
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 2, 2018
1 parent b5741a4 commit e124b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/AddonManager/AddonManager.py
Expand Up @@ -795,8 +795,8 @@ def run(self):
FreeCAD.ParamGet('User parameter:Plugins/'+self.repos[idx][0]).SetString("destination",clonedir)
answer += translate("AddonsInstaller", "A macro has been installed and is available the Macros menu") + ": <b>"
answer += f + "</b>"
self.progressbar_show.emit(False)
self.info_label.emit(answer)
self.progressbar_show.emit(False)
self.stop = True

def checkDependencies(self,baseurl):
Expand Down

0 comments on commit e124b05

Please sign in to comment.