Skip to content

Commit e555c75

Browse files
committed
Fix test
1 parent 36caf68 commit e555c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibllib/plots/figures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ def dlc_qc_plot(session_path, one=None):
690690
one = one or ONE()
691691
data = {}
692692
cams = ['left', 'right', 'body']
693+
session_path = Path(session_path)
693694

694695
# Load data for each camera
695696
for cam in cams:

0 commit comments

Comments
 (0)