Fixed SDK bug in loops with tmp being undefined
This commit is contained in:
@@ -1164,6 +1164,7 @@ class AppBase:
|
|||||||
|
|
||||||
for subparams in param_multiplier:
|
for subparams in param_multiplier:
|
||||||
#self.logger.info(f"SUBPARAMS IN MULTI: {subparams}")
|
#self.logger.info(f"SUBPARAMS IN MULTI: {subparams}")
|
||||||
|
tmp = ""
|
||||||
try:
|
try:
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user