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

L #-: fix linting (#4782)

This commit is contained in:
Christian González 2020-05-21 11:15:03 +02:00 committed by GitHub
parent fdac6fa6c5
commit a349359692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ class MicroVM
next while !File.read(path).empty? && (Time.now - t_start < timeout)
File.read(path).empty?
rescue Errno::ENOENT # rubocop:disable Lint/SuppressedException
rescue Errno::ENOENT
end
#---------------------------------------------------------------------------