1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

L #-: Adjust indentiation

This commit is contained in:
Tino Vazquez 2022-02-21 13:55:03 +01:00
parent 065af200e1
commit 6545bef440
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -139,7 +139,7 @@ if VCenterDriver::FileHelper.remote_or_needs_unpack?(img_path)
begin
Open3.popen3("qemu-img info #{temp_file}") do
|_stdin, stdout, stderr, wait_thr|
if wait_thr.value != 0
if wait_thr.value != 0
STDERR.puts "'qemu-img info' stderr: #{stderr}"
raise StandardError
end