- fixed TclCommandFollow command; an older function name was used who yielded wrong results

This commit is contained in:
Marius Stanciu
2019-08-22 23:09:41 +03:00
committed by Marius
parent 299ccb2eca
commit 017d495a41
3 changed files with 4 additions and 3 deletions

View File

@@ -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)