Skip to content

Commit 6e6c575

Browse files
committed
.
1 parent 484d47f commit 6e6c575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lecilab_behavior_analysis/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def load_all_events(events_subfolder_location: str) -> pd.DataFrame:
929929
outpath = get_outpath()
930930
events_path = f"{outpath}/{events_subfolder_location}/events.csv"
931931
if not os.path.exists(events_path):
932-
raise FileNotFoundError(f"Events file for project {events_subfolder_location} does not exist.")
932+
raise FileNotFoundError(f"Events file for project {outpath}{events_subfolder_location} does not exist.")
933933

934934
events_df = pd.read_csv(events_path, sep=";")
935935

0 commit comments

Comments
 (0)