Skip to content

Sort plugins by name on load to allow loading in deterministic order #19

@jeremylongo

Description

@jeremylongo

I need to force the loading order of plugins. We could use folder naming to provide such order, but os.listdir won't sort by name by itself.

Simply replacing os.listdir(self.plugin_folder) with sorted(os.listdir(self.plugin_folder)) on line 298 would do the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions