This commit is contained in:
Ian Gulliver
2016-03-31 11:12:35 -07:00
parent 4aa2bb0753
commit 980fe40023

View File

@@ -40,7 +40,7 @@ set timeout=5
continue
files.append(filename)
for filename in files.sorted(reverse=True):
for filename in sorted(files, reverse=True):
sys.stdout.write("""
menuentry "%(image_filename)s" {
search --no-floppy --file --set=root %(image_path)s/%(image_filename)s