Skip to content

Commit

Permalink
Disable Batch Exporter until refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Nov 9, 2017
1 parent e1cd728 commit 4c5eb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pupil_src/launchables/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def player(rec_dir, ipc_pub_url, ipc_sub_url,
from offline_surface_tracker import Offline_Surface_Tracker
# from marker_auto_trim_marks import Marker_Auto_Trim_Marks
from fixation_detector import Offline_Fixation_Detector
from batch_exporter import Batch_Exporter
# from batch_exporter import Batch_Exporter
from log_display import Log_Display
from annotations import Annotation_Player
from raw_data_exporter import Raw_Data_Exporter
Expand All @@ -111,7 +111,7 @@ def player(rec_dir, ipc_pub_url, ipc_sub_url,
Vis_Cross, Vis_Watermark, Vis_Eye_Video_Overlay, Vis_Scan_Path,
Offline_Fixation_Detector,
Video_Export_Launcher, Offline_Surface_Tracker, Raw_Data_Exporter,
Batch_Exporter, Annotation_Player, Log_History,
Annotation_Player, Log_History,
Pupil_From_Recording, Offline_Pupil_Detection, Gaze_From_Recording,
Offline_Calibration] + runtime_plugins

Expand Down

0 comments on commit 4c5eb7f

Please sign in to comment.