Class: Blender::Driver::ScpDownload
- Defined in:
- lib/blender/drivers/scp.rb
Instance Attribute Summary
Attributes inherited from Scp
Attributes inherited from Base
#config, #events, #stderr, #stdout
Instance Method Summary collapse
Methods inherited from Scp
Methods inherited from Base
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. + e.backtrace.join("\n")) end end |