Skip to content

KeyError 'PLUGINS_ENABLED' does not exist in diskover_helpers.py #128

@cmlara

Description

@cmlara

Steps to reproduce:
python /path/to/diskover.py -l

diskover plugins:
Traceback (most recent call last):
  File "/app/diskover/diskover.py", line 1049, in <module>
    list_plugins()
  File "/app/diskover/diskover_helpers.py", line 427, in list_plugins
    if not config['PLUGINS_ENABLED']:
           ~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'PLUGINS_ENABLED'

Minor typo where it appears it should be PLUGINS_ENABLE vs PLUGINS_ENABLED

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions