Skip to content

Commit

Permalink
Update to cisstMultiTask.i
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazanzides committed Mar 6, 2024
1 parent 09c9de0 commit cdb38ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cisstMultiTask/cisstMultiTask.i
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ http://www.cisst.org/cisst/license.txt.
# or ('component', 'interfaceProvided')
def AddInterfaceRequiredAndConnect(self, otherComponentInterface, connectionAttempts = 1):
try:
localProcessName = mtsManagerLocal_GetInstance().GetProcessName()
localProcessName = mtsManagerLocal.GetInstance().GetProcessName()
num = len(otherComponentInterface)
if 2 <= num <= 3:
interfaceName = otherComponentInterface[num-1]
Expand Down

0 comments on commit cdb38ed

Please sign in to comment.