Skip to content

Commit 8a33eb8

Browse files
committed
Adjustment to how INPFC sheet is read in
1 parent 3dec490 commit 8a33eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echopop/utils/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def read_validated_data(
293293
df["haul_num"] += configuration_dict["CAN_haul_offset"]
294294

295295
# A single dataframe per entry is expected, so no other fancy operations are needed
296-
if sheet_name.lower() == "inpfc":
296+
if "inpfc" in sheet_name.lower():
297297
# ---- Create the full key name
298298
keyname = "inpfc_" + config_map[-1] + "_df"
299299
# ---- Create DataFrame list

0 commit comments

Comments
 (0)