mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add missing continue for error case
This commit is contained in:
parent
86f2791fdb
commit
81d5d15dce
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue