mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
shu/autoupgrade pre commit (#1553)
This commit is contained in:
parent
4240247bf6
commit
34c3434885
5 changed files with 15 additions and 15 deletions
|
@ -789,7 +789,7 @@ class ForLoopBlock(Block):
|
|||
def get_loop_over_parameter_values(self, workflow_run_context: WorkflowRunContext) -> list[Any]:
|
||||
# parse the value from self.loop_variable_reference and then from self.loop_over
|
||||
if self.loop_variable_reference:
|
||||
value_template = f'{{{{ {self.loop_variable_reference.strip(" {}")} | tojson }}}}'
|
||||
value_template = f"{{{{ {self.loop_variable_reference.strip(' {}')} | tojson }}}}"
|
||||
try:
|
||||
value_json = self.format_block_parameter_template_from_workflow_run_context(
|
||||
value_template, workflow_run_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue