Class: Blender::Driver::ScpDownload

Inherits:
Scp
  • Object
show all
Defined in:
lib/blender/drivers/scp.rb

Instance Attribute Summary

Attributes inherited from Scp

#user

Attributes inherited from Base

#config, #events, #stderr, #stdout

Instance Method Summary collapse

Methods inherited from Scp

#execute, #initialize

Methods inherited from Base

#execute, #initialize

Constructor Details

This class inherits a constructor from Blender::Driver::Scp

Instance Method Details

#run_command(command, session) ⇒ Object



77
78
79
80
81
82
# File 'lib/blender/drivers/scp.rb', line 77

def run_command(command, session)
  begin
  rescue StandardError => e
    ExecOutput.new(-1, stdout, e.message + e.backtrace.join("\n"))
  end
end