summaryrefslogtreecommitdiff
path: root/tools/ambctl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ambctl.py')
-rw-r--r--tools/ambctl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ambctl.py b/tools/ambctl.py
index ef755654..b8de5186 100644
--- a/tools/ambctl.py
+++ b/tools/ambctl.py
@@ -159,7 +159,7 @@ def processCommand(command, commandArgs, noMain=True):
return None
if command == "list" :
- managerInterface = getManager()
+ managerInterface, bus = getManager()
if managerInterface == None:
return 0
supportedList = managerInterface.List()