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:
|
||||
#self.logger.info(f"SUBPARAMS IN MULTI: {subparams}")
|
||||
tmp = ""
|
||||
try:
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user