From: Antoine Busque Date: Tue, 26 Apr 2016 23:42:11 +0000 (-0400) Subject: Remove unused parameter from _error X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=45d44f258ba18cb9a27982c545651f6dbb909b53;p=deliverable%2Flttng-analyses.git Remove unused parameter from _error Signed-off-by: Antoine Busque --- diff --git a/lttnganalyses/cli/command.py b/lttnganalyses/cli/command.py index cf256cf..0316383 100644 --- a/lttnganalyses/cli/command.py +++ b/lttnganalyses/cli/command.py @@ -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: