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:
parent
fdac6fa6c5
commit
a349359692
@ -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
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user