Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jeremylongo opened this issue Dec 13, 2017 · 0 comments
Open

Comments

@jeremylongo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant