1
0
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:
Pavel Czerný 2022-03-03 08:45:50 +01:00 committed by GitHub
parent c9ece9714a
commit 5bcfcf2501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"