You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
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:inblock 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] "
The text was updated successfully, but these errors were encountered:
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] "
The text was updated successfully, but these errors were encountered: