Skip to content

Commit

Permalink
removed double line
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Jul 23, 2015
1 parent f6aeb2c commit c895aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pupil_src/player/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c895aa8

Please sign in to comment.