Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/models/compute_resources/foreman/model/rackspace.rb
super && flavors
rescue Excon::Errors::Unauthorized => e
errors[:base] << e.response.body
rescue Fog::Compute::Rackspace::Error, Excon::Errors::SocketError=> e
rescue Fog::Compute::Rackspace::Error, Excon::Errors::SocketError => e
errors[:base] << e.message
end

Also available in: Unified diff