From a1c45bbd388c660a25eba8ff4a16860cc59b1feb Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Wed, 13 Jun 2012 20:39:15 +0200 Subject: [PATCH] Apply https://github.com/opscode-cookbooks/python/pull/7/files --- providers/pip.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/pip.rb b/providers/pip.rb index 0a559de..1c58e5e 100644 --- a/providers/pip.rb +++ b/providers/pip.rb @@ -127,6 +127,7 @@ def current_installed_version p = shell_out!(version_check_cmd) p.stdout.split(delimeter)[1].strip rescue Chef::Exceptions::ShellCommandFailed + rescue Mixlib::ShellOut::ShellCommandFailed end end