mirror of
https://github.com/nicolargo/glances.git
synced 2026-05-04 12:45:15 -04:00
Correct retrun error in specific case
This commit is contained in:
@@ -359,7 +359,7 @@ class GlancesProcesses(object):
|
||||
|
||||
# Do not process if disable tag is set
|
||||
if self.disable_tag:
|
||||
return
|
||||
return processlist
|
||||
|
||||
# Time since last update (for disk_io rate computation)
|
||||
time_since_update = getTimeSinceLastUpdate('process_disk')
|
||||
|
||||
Reference in New Issue
Block a user