Skip to content

Commit

Permalink
Merge branch 'master' into minor-mafft-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Mar 3, 2016
2 parents 8b414c6 + 64d0dec commit cbe8897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/__init__.py
Expand Up @@ -315,8 +315,6 @@ def get_installed_version(self):
raise
#return # return rather than raise so we can fall back to the next install method

_log.debug("data: \"{data}\"".format(data=data))

if data and len(data):
installed_package_string = data[0]
package_info_re = re.compile(r"(?P<package_name>.*)-(?P<version>.*)-(?P<build_type>.*)")
Expand Down

0 comments on commit cbe8897

Please sign in to comment.