diff --git a/lisa/target.py b/lisa/target.py index 878ce069327f35bcc8c8eaec01d0ffdd6422923a..e9f7891900e0504d567488e2652a990ea3b48b01 100644 --- a/lisa/target.py +++ b/lisa/target.py @@ -261,7 +261,7 @@ class Target(Loggable, HideExekallID, Configurable): # Initialize binary tools to deploy if tools: logger.info('Tools to install: %s', tools) - self.install_tools(target, tools) + self.install_tools(tools) # Autodetect information from the target, after the Target is # initialized. Expensive computations are deferred so they will only be