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

L #-: Fix linting error

This commit is contained in:
Tino Vazquez 2021-09-10 14:08:28 +02:00
parent 62f3ae3272
commit 15d7daf7cd
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -311,7 +311,7 @@ CommandParser::CmdParser.new(ARGV) do
begin
VCenterDriver::VcImporter.import_clusters(con_ops, options)
rescue StandardError => e
rescue StandardError
exit 1
end