1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

M #-: fix minor bug in market export action (#316)

This commit is contained in:
Alejandro Huertas Herrero 2020-10-13 11:58:45 +02:00 committed by GitHub
parent 07997b66a7
commit 994098a249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,7 +401,9 @@ module OpenNebula::MarketPlaceAppExt
end
if OpenNebula.is_error?(rc)
return rollback_export(exported, xpath != '//DISK')
rc_rbck = rollback_export(exported, xpath != '//DISK')
return rc_rbck if OpenNebula.is_error?(rc_rbck)
end
rc