A bug I find when using the vm_guest.upload_file feature
maverickss opened this issue · 0 comments
maverickss commented
I find a bug when using the vm_guest.upload_file, the error is "NameError: undefined local variable or method local_path' for #<RVC::CommandSlate:0x0000000130e7f0> /var/lib/gems/1.9.1/gems/rvc-1.8.0/lib/rvc/modules/vm_guest.rb:385:in
block in upload_file' "
In lib/rvc/modules/vm_guest.rb line 385, shouldn't it be " err "local file does not exist" unless File.exists? opts[:local_path] "