summaryrefslogtreecommitdiffstats
path: root/glances/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/stats.py')
-rw-r--r--glances/stats.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/glances/stats.py b/glances/stats.py
index e8c89a8c..3e0fee40 100644
--- a/glances/stats.py
+++ b/glances/stats.py
@@ -136,7 +136,7 @@ class GlancesStats(object):
# Log plugins list
logger.debug("Active plugins list: {}".format(self.getPluginsList()))
-
+
def load_additional_plugins(self, args=None, config=None):
""" Load additional plugins if defined """
def get_addl_plugins(self, plugin_path):
@@ -162,7 +162,7 @@ class GlancesStats(object):
if args and 'plugin_dir' in args and args.plugin_dir:
path = args.plugin_dir
-
+
if path:
# Get list before starting the counter
_sys_path = sys.path
@@ -190,7 +190,7 @@ class GlancesStats(object):
sys.path = _sys_path
# Log plugins list
logger.debug("Active additional plugins list: {}".format(self.getPluginsList()))
-
+
def load_exports(self, args=None):
"""Load all exporters in the 'exports' folder."""
start_duration = Counter()