Skip to content

Commit 56478b2

Browse files
committed
Deterministic pymd file order
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 021b7bc commit 56478b2

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
@@ -80,7 +80,7 @@ def run(self):
8080
import pweave
8181
bad_words = ["Error"]
8282

83-
for file in self.files:
83+
for file in sorted(self.files):
8484
name = path.splitext(path.basename(file))[0]
8585
print(_divided('Running %s' % name))
8686
try:

0 commit comments

Comments
 (0)