This commit is contained in:
Mike Place 2016-12-07 06:21:02 -07:00 committed by GitHub
parent 792b422dc2
commit da135b1b59

View File

@ -211,7 +211,7 @@ def loadavg():
salt '*' status.loadavg
:raises NotImpelemnted: If the system cannot report loadaverages to Python
:raises CommandExecutionError: If the system cannot report loadaverages to Python
'''
try:
load_avg = os.getloadavg()