diff --git a/hydradx/model/processing.py b/hydradx/model/processing.py index 638eea74..0ffd0950 100644 --- a/hydradx/model/processing.py +++ b/hydradx/model/processing.py @@ -718,6 +718,7 @@ def fix_errors(data_list): # load what we have so far all_data = [] file_ls = os.listdir('.') + file_ls.sort() for filename in file_ls: if filename.startswith('omnipool_history'): print(f'loading {filename}')