| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d762a34 commit fd99b17
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -112,4 +112,4 @@ def SearchFiles(dir, ext): | |||
| 112 | 112 | list = glob.glob(dir+ '/**/*.' + ext, recursive=True) | |
| 113 | 113 | if sys.platform == 'win32': | |
| 114 | 114 | list = [ x.replace('\\', '/')for x in list] | |
| 115 | - return list | ||
| 115 | + return sorted(list) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments