[scanner] Catch OSError too when checking for libtool
authorColin Walters <walters@verbum.org>
Wed, 17 Feb 2010 16:18:18 +0000 (11:18 -0500)
committerColin Walters <walters@verbum.org>
Wed, 17 Feb 2010 16:18:18 +0000 (11:18 -0500)
commita9e1429efb898b54b34e143a0d62ccf4e33c92be
tree1f8c0a63d697b9634ceecb9b78cc72f80cf89b2c
parent965ff4c6583fd1bab80858ecde419bfc20ad540b
[scanner] Catch OSError too when checking for libtool

If we don't have permission to execute the libtool binary, we'd
just throw here which is wrong.  Fix this by catching all
exceptions.
giscanner/utils.py