Added SHUFFLE_MAX_EXECUTION_DEPTH for subflows to be able to go lower than 10 subflows

This commit is contained in:
Frikky
2024-01-23 16:12:58 +01:00
parent 2fec9306a3
commit 729b2b211d
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -3289,7 +3289,8 @@ class AppBase:
}))
if parameter["name"] == "body":
self.logger.info(f"[INFO] Should debug field with liquid and other checks as it's BODY: {value}")
#self.logger.info(f"[INFO] Should debug field with liquid and other checks as it's BODY: {value}")
pass
# Custom format for ${name[0,1,2,...]}$
#submatch = "([${]{2}([0-9a-zA-Z_-]+)(\[.*\])[}$]{2})"