Skip to content

Commit bc7b8ce

Browse files
committed
addons: Do not stop on the first unsuccessful install
1 parent 65e3288 commit bc7b8ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Orange/canvas/application/addons.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,6 @@ def _next(self):
795795
"Command failed: python {}".format(ex.cmd),
796796
pkg, ex.retcode, ex.output
797797
)
798-
return
799798

800799
if self.__queue:
801800
QTimer.singleShot(0, self._next)

0 commit comments

Comments
 (0)