thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

error-clamps not working #43

Closed thartbm closed 6 years ago

thartbm commented 6 years ago

When running a task on an external monitor (number 0) that is flipped, we get a

KeyError: 'fullscreen'

Here's the full error:

Traceback (most recent call last): File "/home/marius/Downloads/PyVMEC/GUI.py", line 994, in experiment_settings_Button_Press settings = SettingsFrameV2(self, wx.ID_ANY, "") File "/home/marius/Downloads/PyVMEC/GUI.py", line 1242, in init self.fullscreen_state = self.Parent.experiment_holder['settings']['fullscreen'] KeyError: 'fullscreen'