Skip to content

Commit

Permalink
RF: Return depends from getParams too
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Nov 22, 2023
1 parent c41e36c commit dbdb199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psychopy_bbtk/components/tpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ def getPorts():
"Serial port to connect to"
)
)
# define depends
depends = []

return params, order
return params, order, depends

def addRequirements(self):
"""
Expand Down

0 comments on commit dbdb199

Please sign in to comment.