Merge pull request #25120 from d--j/patch-2

add missing continue for exeption case
This commit is contained in:
Thomas S Hatch 2015-07-02 13:38:45 -06:00
commit a723af0f10

View file

@ -49,6 +49,7 @@ def beacon(config):
except OSError:
# Ensure a valid mount point
log.error('{0} is not a valid mount point, skipping.'.format(mount))
continue
current_usage = _current_usage.percent
monitor_usage = diskusage[mount]