Skip to content

Commit d7472a9

Browse files
committed
Try sorting outputs to fix tests.
1 parent 6d7f92b commit d7472a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datashuttle/utils/folders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def search_local_filesystem(
660660
elif item.is_file():
661661
all_filenames.append(to_append)
662662

663-
return all_folder_names, all_filenames
663+
return sorted(all_folder_names), sorted(all_filenames)
664664

665665

666666
def search_central_via_connection(

0 commit comments

Comments
 (0)