You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Functions
os.listdir
andos.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.The text was updated successfully, but these errors were encountered: