Skip to content

Commit d83f8e5

Browse files
committed
add raw sorted
1 parent 474ba84 commit d83f8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipfs/hashes_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def path2ipfs(path):
3636

3737
flight_id_template = config["OPTIONAL"]["path_to_l0_files"]
3838
path_to_flight_ids = config["OPTIONAL"]["path_to_flight_ids"]
39-
flight_ids = [f for f in os.listdir(path_to_flight_ids) if "HALO-" in f]
39+
flight_ids = [f for f in sorted(os.listdir(path_to_flight_ids)) if "HALO-" in f]
4040
# %%
4141

4242
# add raw data to tree

0 commit comments

Comments
 (0)