mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 17:22:46 +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']
|
path = config.parser['global']['plugin_dir']
|
||||||
|
|
||||||
if args and 'plugin_dir' in args:
|
if args and 'plugin_dir' in args:
|
||||||
path = args.plugin_path
|
path = args.plugin_dir
|
||||||
|
|
||||||
if path:
|
if path:
|
||||||
# Get list before starting the counter
|
# Get list before starting the counter
|
||||||
|
Loading…
Reference in New Issue
Block a user