Skip to content

Commit

Permalink
BF: compileLoop flag needs updating on every call to write script
Browse files Browse the repository at this point in the history
  • Loading branch information
dvbridges committed Aug 10, 2018
1 parent 10e2250 commit 04c2a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psychopy/experiment/_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def writeScript(self, expPath=None, target="PsychoPy"):
"""Write a PsychoPy script for the experiment
"""
# set this so that params write for approp target
# self._compileLoop = True # Must update on every compile else False after first call to writeScript
utils.scriptTarget = target

self.flow._prescreenValues()
Expand Down

0 comments on commit 04c2a0f

Please sign in to comment.