Skip to content

Commit 6914436

Browse files
committed
missed to commit one line
1 parent e0aa447 commit 6914436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gazeMapper/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ def update_action_states(working_dir: str|pathlib.Path, action: process.Action,
385385
recording_state_mutations = {a:action_state_mutations[a] for a in action_state_mutations if not process.is_session_level_action(a)}
386386

387387
# get which recordings to apply to
388+
session_dir = working_dir.parent if for_recording else working_dir
388389
if not for_recording or for_all_recs:
389390
sess = get_session_from_directory(session_dir)
390391
recs = list(sess.recordings.keys())

0 commit comments

Comments
 (0)