Skip to content

Commit 6a8e700

Browse files
committed
BF: compileLoop flag needs updating on every call to write script
1 parent 04c2a0f commit 6a8e700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psychopy/experiment/_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def writeScript(self, expPath=None, target="PsychoPy"):
117117
"""Write a PsychoPy script for the experiment
118118
"""
119119
# set this so that params write for approp target
120-
# self._compileLoop = True # Must update on every compile else False after first call to writeScript
120+
self._compileLoop = True # Must update on every compile else False after first call to writeScript
121121
utils.scriptTarget = target
122122

123123
self.flow._prescreenValues()

0 commit comments

Comments
 (0)