X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Runner.py;h=9de06d98b097961cc125539882fcd1cc4243ce25;hp=e5700dfa327527e6a9e53e7c3f1f8b2c47a4f951;hb=47d65e452934cfcf50b1ef3abd971747d81ee581;hpb=259531f8790d0f5ac24a985c67ded5650289c4f0 diff --git a/Runner.py b/Runner.py index e5700df..9de06d9 100644 --- a/Runner.py +++ b/Runner.py @@ -135,6 +135,8 @@ Out.write("@Field def init = Verify.getBoolean()\n\n") for line in GlobalVariablesBothApps: Out.write(line) Out.write("\n") +Out.write("//clear init flag now we are done with it\n") +Out.write("init = false\n") Out.write("//Application #1\n") Out.write("class App1 {\n") Out.write("\tdef reference\n")