Commit 1d5e4072 authored by Andrey Kamaev's avatar Andrey Kamaev

minor

parent 11a5e780
......@@ -18,7 +18,7 @@ if __name__ == "__main__":
files.append(os.path.abspath(arg))
html = None
for f in files:
for f in sorted(files):
try:
fobj = open(f)
if not fobj:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment