We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5d0065 + 937c357 commit d286510Copy full SHA for d286510
providers/pip.rb
@@ -126,7 +126,8 @@ def current_installed_version
126
end
127
p = shell_out!(version_check_cmd)
128
p.stdout.split(delimeter)[1].strip
129
- rescue Chef::Exceptions::ShellCommandFailed, Mixlib::ShellOut::ShellCommandFailed
+ rescue Chef::Exceptions::ShellCommandFailed
130
+ rescue Mixlib::ShellOut::ShellCommandFailed
131
132
133
0 commit comments