We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ba84 commit d83f8e5Copy full SHA for d83f8e5
ipfs/hashes_raw.py
@@ -36,7 +36,7 @@ def path2ipfs(path):
36
37
flight_id_template = config["OPTIONAL"]["path_to_l0_files"]
38
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]
+flight_ids = [f for f in sorted(os.listdir(path_to_flight_ids)) if "HALO-" in f]
40
# %%
41
42
# add raw data to tree
0 commit comments