glawton
About
- Username
- glawton
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Problem Kludged: I changed the variable to go, and now the code exhibits the intended conditional execution behavior. if self.get("avg_rt") < 2000: exp.set("go","yes") else: exp.set("go"…
-
Thanks for the coaching. I tried it with the modifications you suggested, and still ran into the same problem. I also tried running the old code on the beta version (.27) , as I read that there had been some work to fix this bug. Here is the update…