This commit is contained in:
parent
dbc17a0b93
commit
f3549d68cb
|
@ -489,7 +489,7 @@ update
|
|||
|
||||
def che_request
|
||||
begin
|
||||
work_space_id = Trustie::Che.che_request()
|
||||
work_space_id = Trustie::Che.che_send()
|
||||
rescue Exception => e
|
||||
raise(e.backtrace.join("\n"))
|
||||
end
|
||||
|
|
|
@ -5,7 +5,7 @@ require 'uri'
|
|||
|
||||
module Trustie
|
||||
module Che
|
||||
def self.che_request()
|
||||
def self.che_send()
|
||||
begin
|
||||
Rails.logger.info("####################che send start")
|
||||
o = send_to_che()
|
||||
|
|
Loading…
Reference in New Issue