Skip to content

Commit

Permalink
addons: Do not stop on the first unsuccessful install
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed Sep 6, 2017
1 parent 65e3288 commit bc7b8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Orange/canvas/application/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ def _next(self):
"Command failed: python {}".format(ex.cmd),
pkg, ex.retcode, ex.output
)
return

if self.__queue:
QTimer.singleShot(0, self._next)
Expand Down

0 comments on commit bc7b8ce

Please sign in to comment.