mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-03-27 09:07:44 -04:00
Prior to this commit there were a couple locations where exceptions were saved to `_e` but weren't used in the handler except to re-raise the exception, which simply calling the `raise` keyword will do without a provided argument. This commit removes the unnecessary assignment of the exception to a variable and simply uses `raise` instead. |
||
|---|---|---|
| .. | ||
| vmpooler | ||
| vmpooler.rb | ||