Remove unused parameter from _error
authorAntoine Busque <abusque@efficios.com>
Tue, 26 Apr 2016 23:42:11 +0000 (19:42 -0400)
committerAntoine Busque <abusque@efficios.com>
Tue, 26 Apr 2016 23:42:11 +0000 (19:42 -0400)
Signed-off-by: Antoine Busque <abusque@efficios.com>
lttnganalyses/cli/command.py

index cf256cf0cb8b9f8a3525a73f5e3486f549e38058..0316383e8c43fa0ff977e32629751e208d110d3f 100644 (file)
@@ -95,7 +95,7 @@ class Command:
 
         print(msg, file=sys.stderr)
 
-    def _error(self, msg, code, exit_code=1):
+    def _error(self, msg, exit_code=1):
         if self._mi_mode:
             self._mi_error(msg)
         else:
This page took 0.025355 seconds and 5 git commands to generate.