cbattista / CogSlots

Simulated Slot Machine for the behavioral sciences
5 stars 0 forks source link

traceback in gameplay #108

Closed cbattista closed 14 years ago

cbattista commented 14 years ago

somewhere the step to create the stimList is getting missed...

Traceback (most recent call last): File "D:\cs\CogSlots\gameplay.py", line 518, in OnSpin payline,stopAt = self.phoneySpin() File "D:\cs\CogSlots\gameplay.py", line 433, in phoneySpin theItem = self.settings.stimList.pop(0) IndexError: pop from empty list

cbattista commented 14 years ago

fixed in

http://github.com/cbattista/CogSlots/commit/7db3734a63860f4b3868ceaa58045487523264a0