mirror of
https://github.com/jcfitzpatrick12/spectre.git
synced 2025-12-23 22:17:52 -05:00
feat: Sort the batch files in ascending order
This commit is contained in:
@@ -100,7 +100,7 @@ def get_batch_files(
|
||||
if batch.has_file(extension):
|
||||
batch_file = batch.get_file(extension)
|
||||
batch_files.append(batch_file.file_path)
|
||||
return batch_files
|
||||
return sorted(batch_files)
|
||||
|
||||
|
||||
@log_call
|
||||
|
||||
Reference in New Issue
Block a user