diff --git a/src/objects/objects.py b/src/objects/objects.py index f7350deef1..551fb8d1c5 100644 --- a/src/objects/objects.py +++ b/src/objects/objects.py @@ -259,7 +259,7 @@ class Object(TypeClass): location=location, attribute_name=attribute_name, quiet=quiet, - exact=False) + exact=exact) def execute_cmd(self, raw_string, sessid=None): """