Skip to content

Commit

Permalink
call userdata people with "userdata.people" not ["people"]?
Browse files Browse the repository at this point in the history
  • Loading branch information
Benteng Ma committed Jun 11, 2024
1 parent 600873a commit 1ac2067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/src/lasr_skills/describe_people.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ def execute(self, userdata):
# - parts
# - - part
# - mask
userdata["people"] = people
userdata.people = people
return "succeeded"

0 comments on commit 1ac2067

Please sign in to comment.