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

fix os.listdir and os.walk results having an arbitrary order #12

Closed
manoss96 opened this issue Mar 14, 2023 · 0 comments · Fixed by #13
Closed

fix os.listdir and os.walk results having an arbitrary order #12

manoss96 opened this issue Mar 14, 2023 · 0 comments · Fixed by #13
Assignees
Labels
bug Something isn't working

Comments

@manoss96
Copy link
Owner

manoss96 commented Mar 14, 2023

Functions os.listdir and os.walk will return results in a different order depending on the system on which they are being executed. This has an effect on both the main and the testing modules. Fix this so that the order of the results is independent from the system.

@manoss96 manoss96 added the bug Something isn't working label Mar 14, 2023
@manoss96 manoss96 linked a pull request Mar 14, 2023 that will close this issue
@manoss96 manoss96 changed the title fix os.listdir arbitrary order fix os.listdir and os.walk results having an arbitrary order Mar 14, 2023
@manoss96 manoss96 self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant