mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Output export error to stderr (#1823)
This commit is contained in:
parent
c9ece9714a
commit
5bcfcf2501
@ -309,7 +309,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
puts key.to_s.upcase
|
||||
value.each do |id|
|
||||
if OpenNebula.is_error?(id)
|
||||
puts id.to_str
|
||||
STDERR.puts id.to_str
|
||||
exit(-1)
|
||||
else
|
||||
puts " ID: #{id}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user