mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Fix reference to unused e to satisfy rubocop
This commit is contained in:
parent
283dea62a7
commit
7597185fa4
2 changed files with 7 additions and 1 deletions
|
|
@ -822,7 +822,7 @@ module Vmpooler
|
|||
loop_count += 1
|
||||
end
|
||||
end
|
||||
rescue Redis::CannotConnectError => e
|
||||
rescue Redis::CannotConnectError
|
||||
raise
|
||||
rescue StandardError => e
|
||||
$logger.log('s', "[!] [#{pool['name']}] Error while checking the pool: #{e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue