We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156e48f commit ebab92eCopy full SHA for ebab92e
dlc/DLC_labeled_video.py
@@ -41,8 +41,6 @@ def Viewer(eid, video_type, trial_range, save_video=True, eye_zoom=False):
41
'''
42
43
save_vids_here = str(Path.home())
44
- if save_vids_here[-1] != '/':
45
- return 'Last character of save_vids_here must be slash'
46
47
one = ONE()
48
alf_path = one.eid2path(eid)
0 commit comments