Adding manual transaction feature to new infrastructure
[smartthings-infrastructure.git] / Runner.py
index ed4e62c38741d48a67263ebabe2a7029e3558862..499a7372f22952da37f30a094a0f11c959ed912e 100644 (file)
--- 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")