Skip to content

Commit 8024ffc

Browse files
committed
reverse sort
Signed-off-by: Jason T. Brown <jason@astraea.earth>
1 parent a20cfa5 commit 8024ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run(self):
8787
import pweave
8888
bad_words = ["Error"]
8989

90-
for file in sorted(self.files):
90+
for file in sorted(self.files, reverse=True):
9191
name = path.splitext(path.basename(file))[0]
9292
dest = self.dest_file(file)
9393

0 commit comments

Comments
 (0)