Skip to content

Commit

Permalink
remove working_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Hhhilulu committed Oct 23, 2023
1 parent 14a49a0 commit a360741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow/promptflow/executor/flow_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def load_and_exec_node(
)

inputs_with_default_value = FlowExecutor._apply_default_value_for_input(flow.inputs, flow_inputs)
inputs = load_multimedia_data(flow.inputs, inputs_with_default_value, working_dir)
inputs = load_multimedia_data(flow.inputs, inputs_with_default_value)
dependency_nodes_outputs = load_multimedia_data_recursively(dependency_nodes_outputs)
converted_flow_inputs_for_node = FlowValidator.convert_flow_inputs_for_node(flow, node, inputs)
package_tool_keys = [node.source.tool] if node.source and node.source.tool else []
Expand Down

0 comments on commit a360741

Please sign in to comment.