removed redundant sort on file listing; sort on file lists should now

only be called on the specific incantation.

wrote a preliminary list scroller on beta only.
This commit is contained in:
endorphant
2016-10-06 11:38:14 -04:00
parent 2003af31f8
commit 281d8cda06
5 changed files with 81 additions and 10 deletions

View File

@@ -300,8 +300,8 @@ def meta(entries = FILES):
meta.append([filename, mtime, wc, timestamp, date, author])
meta.sort(key = lambda filename:filename[4])
meta.reverse()
#meta.sort(key = lambda filename:filename[4])
#meta.reverse()
return meta