Skip to content

Commit

Permalink
execution module
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Mar 21, 2024
1 parent 113516d commit 8f43d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufo/ui_control/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def annotation(self, args_dict:dict, annotation_dict:dict):
selected_controls_labels = args_dict.get("control_labels", [])
control_reannotate = [annotation_dict[str(label)] for label in selected_controls_labels]

pass
return control_reannotate



Expand Down

0 comments on commit 8f43d9f

Please sign in to comment.