From c895aa85b7d272d3cb463543019c447b8715b829 Mon Sep 17 00:00:00 2001 From: Moritz Kassner Date: Thu, 23 Jul 2015 09:41:57 +0200 Subject: [PATCH] removed double line --- pupil_src/player/exporter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pupil_src/player/exporter.py b/pupil_src/player/exporter.py index 9cc4bdd0c0..5836b3e2a4 100644 --- a/pupil_src/player/exporter.py +++ b/pupil_src/player/exporter.py @@ -151,7 +151,6 @@ def export(should_terminate,frames_to_export,current_frame, rec_dir,user_dir,sta g.pupil_positions_by_frame = correlate_data(pupil_list,g.timestamps) g.gaze_positions_by_frame = correlate_data(gaze_list,g.timestamps) g.fixations_by_frame = [[] for x in g.timestamps] #populated by the fixation detector plugin - g.fixations_by_frame = [[] for x in g.timestamps] #populated by the fixation detector plugin #add plugins g.plugins = Plugin_List(g,plugin_by_name,plugin_initializers)