X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Runner.py;fp=Runner.py;h=499a7372f22952da37f30a094a0f11c959ed912e;hb=e9b50d79e92a7ff191bf08dab1d49d7ab23bc87e;hp=ed4e62c38741d48a67263ebabe2a7029e3558862;hpb=245d74705d4be17cbb7b178e38d959804e480808;p=smartthings-infrastructure.git diff --git a/Runner.py b/Runner.py index ed4e62c..499a737 100644 --- a/Runner.py +++ b/Runner.py @@ -136,6 +136,7 @@ Out.write("//GlobalVariables for both Apps\n") Out.write("@Field def init = Verify.getBoolean()\n\n") for line in GlobalVariablesBothApps: Out.write(line) +Out.write("@Field def stack = []\n") Out.write("\n") Out.write("//clear init flag now we are done with it\n") Out.write("init = false\n")