mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove unused variable
This commit is contained in:
parent
c5ee16dedf
commit
700fd77966
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ module Fog
|
||||||
end
|
end
|
||||||
begin
|
begin
|
||||||
do_request(params)
|
do_request(params)
|
||||||
rescue Excon::Errors::Unauthorized => e
|
rescue Excon::Errors::Unauthorized
|
||||||
do_login
|
do_login
|
||||||
do_request(params)
|
do_request(params)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue