Project

General

Profile

« Previous | Next » 

Revision 173724cc

Added by Ohad Levy about 12 years ago

  • ID 173724cccb9a4afe6e1cf92e26414a882d5b6892

fixes #1575 - incorrect error message is shown

View differences:

app/models/orchestration.rb
end
private
def proxy_error e
(e.respond_to?(:response) and !e.response.nil?) ? e.response : e
e.respond_to?(:message) ? e.message : e
end
# Handles the actual queue
# takes care for running the tasks in order

Also available in: Unified diff