mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
Fixed plugin_path bug
This commit is contained in:
parent
eb72dbe35d
commit
1eb9187908
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user