Skip to content

Commit

Permalink
Fixed issue 12: Tool.install tries remaining methods after success.
Browse files Browse the repository at this point in the history
  • Loading branch information
iljungr committed Oct 21, 2014
1 parent efadeb5 commit 71676ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/__init__.py
Expand Up @@ -45,6 +45,7 @@ def install(self):
self.installed_method = m
self.exec_path = m.executable_path()
installed_tools[self.__class__.__name__] = self
break
def get_install_methods(self):
return self.install_methods
def set_install_methods(self, methods):
Expand Down

0 comments on commit 71676ce

Please sign in to comment.