We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2157b03 commit 405f86dCopy full SHA for 405f86d
scvs.py
@@ -43,7 +43,7 @@ class SCVS:
43
requirements = []
44
45
def __init__(self):
46
- for file in os.listdir("en"):
+ for file in sorted(os.listdir("en")):
47
48
if re.match("0x\d{2}-V", file):
49
for line in open(os.path.join("en", file)):
0 commit comments