Skip to content

Commit

Permalink
sort file_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
poliwop committed Oct 7, 2024
1 parent db7bbd1 commit 6b08c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydradx/model/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down

0 comments on commit 6b08c9f

Please sign in to comment.