Skip to content

Commit a448335

Browse files
samuelbray32CBroz1
andauthored
Update src/spyglass/position/v1/position_dlc_pose_estimation.py
Co-authored-by: Chris Broz <[email protected]>
1 parent bf4fc0b commit a448335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spyglass/position/v1/position_dlc_pose_estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def fetch_video_path(self, key: dict = dict()) -> str:
420420
str
421421
absolute path to video file
422422
"""
423-
key = (self & key).fetch1("KEY")
423+
key = (self & key).fetch1("KEY", log_export=False)
424424
return (DLCPoseEstimationSelection & key).fetch1("video_path")
425425

426426

0 commit comments

Comments
 (0)