- fixed TclCommandFollow command; an older function name was used who yielded wrong results
This commit is contained in:
@@ -57,7 +57,7 @@ class TclCommandFollow(TclCommandSignaled):
|
||||
|
||||
del args['name']
|
||||
try:
|
||||
obj.follow(**args)
|
||||
obj.follow_geo(**args)
|
||||
except Exception as e:
|
||||
return "Operation failed: %s" % str(e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user