Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commit937c357

Browse files
jjhuffjtimberman
authored and
jtimberman
committed
Also catch Chef::Exceptions::ShellCommandFailed so that chef 0.10.8 still works
1 parentb5d0065 commit937c357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎providers/pip.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ def current_installed_version
126126
end
127127
p=shell_out!(version_check_cmd)
128128
p.stdout.split(delimeter)[1].strip
129-
rescueChef::Exceptions::ShellCommandFailed,Mixlib::ShellOut::ShellCommandFailed
129+
rescueChef::Exceptions::ShellCommandFailed
130+
rescueMixlib::ShellOut::ShellCommandFailed
130131
end
131132
end
132133

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp