From fa3fd319d88268b84b2efb6f97c14f2c61c3da86 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Sun, 21 Jul 2024 00:41:42 +0200 Subject: [PATCH] cosmetics --- src/gazeMapper/process/code_episodes.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gazeMapper/process/code_episodes.py b/src/gazeMapper/process/code_episodes.py index 75f9bf1..92a4e4e 100644 --- a/src/gazeMapper/process/code_episodes.py +++ b/src/gazeMapper/process/code_episodes.py @@ -29,10 +29,10 @@ # will also be shown if available. _event_type_to_key_map = { - annotation.Event.Validate: imgui.Key.v, - annotation.Event.Sync_Camera: imgui.Key.c, - annotation.Event.Sync_ET_Data: imgui.Key.e, - annotation.Event.Trial: imgui.Key.t, + annotation.Event.Validate : imgui.Key.v, + annotation.Event.Sync_Camera : imgui.Key.c, + annotation.Event.Sync_ET_Data : imgui.Key.e, + annotation.Event.Trial : imgui.Key.t, } def process(working_dir: str|pathlib.Path, config_dir: str|pathlib.Path = None):