Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YingChen1996 committed Mar 27, 2024
1 parent 746189a commit dd276c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow/promptflow/_sdk/_service/apis/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def post(self):
environment_variables = args.environment_variables
output_path = args.output_path
session = args.session
context = {}
context = None
if inputs and override_flow_path:
context = {"inputs": inputs, "node": override_flow_path}
remove_dir = False
Expand Down

0 comments on commit dd276c4

Please sign in to comment.