AddonManager: Use workbenches icons

This commit is contained in:
Yorik van Havre
2019-06-15 23:50:41 -03:00
parent 88d16c1495
commit e529871eb6
4 changed files with 61 additions and 8 deletions

View File

@@ -553,7 +553,7 @@ class InstallWorker(QtCore.QThread):
try:
answer = repo.pull()
except:
print("Error updating module",repos[idx][1]," - Please fix manually")
print("Error updating module",self.repos[idx][1]," - Please fix manually")
answer = repo.status()
print(answer)
else: