Skip to content

Commit

Permalink
Merge pull request ManageIQ#104 from pkliczewski/validation_issue
Browse files Browse the repository at this point in the history
Propagate user validation errors
  • Loading branch information
agrare committed Oct 9, 2017
2 parents d6e2ab3 + 7f9e40e commit 053c6ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def supported_api_versions_from_sdk
probe_results.map(&:version) if probe_results
rescue => error
_log.error("Error while probing supported api versions #{error}")
[]
raise
end

def supports_the_api_version?(version)
Expand Down

0 comments on commit 053c6ec

Please sign in to comment.