1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +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

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
#---------------------------------------------------------------------------