Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed May 23, 2024
1 parent f72f615 commit 58fa306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sessions/utils/newscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_newscale_coordinates(
start = npc_session.DatetimeRecord(newscale_log_path.as_posix())
except ValueError as exc:
raise ValueError(
f"`recording_start_time` must be provided to indicate start of ephys recording: no time could be parsed from {p.as_posix()}"
f"`recording_start_time` must be provided to indicate start of ephys recording: no time could be parsed from {newscale_log_path.as_posix()}"
) from exc
else:
start = npc_session.DatetimeRecord(recording_start_time)
Expand Down

0 comments on commit 58fa306

Please sign in to comment.