From 1eb9187908f7454624cd30f89279806e4a35e2e8 Mon Sep 17 00:00:00 2001 From: Christoph Zimmermann Date: Sun, 29 Oct 2023 14:50:59 +0100 Subject: [PATCH] Fixed plugin_path bug --- glances/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/stats.py b/glances/stats.py index 31b88d2b..803914f3 100644 --- a/glances/stats.py +++ b/glances/stats.py @@ -155,7 +155,7 @@ class GlancesStats(object): path = config.parser['global']['plugin_dir'] if args and 'plugin_dir' in args: - path = args.plugin_path + path = args.plugin_dir if path: # Get list before starting the counter