Skip to content

Commit c0e3f7e

Browse files
authored
KeyError 'PLUGINS_ENABLED' does not exist in diskover_helpers.py
Fixes #128
1 parent 26c1a2c commit c0e3f7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diskover/diskover_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def list_plugins():
424424
"""This is the list plugins function.
425425
It prints the name of all the available plugins
426426
"""
427-
if not config['PLUGINS_ENABLED']:
427+
if not config['PLUGINS_ENABLE']:
428428
print('Plugins disabled in config')
429429
else:
430430
plugins_info = get_plugins_info()

0 commit comments

Comments
 (0)