diff --git a/osc_lib/shell.py b/osc_lib/shell.py index ec8e55c..5d673d3 100644 --- a/osc_lib/shell.py +++ b/osc_lib/shell.py @@ -144,8 +144,7 @@ class OpenStackShell(app.App): return ret_val finally: - if 'complete' not in argv: - self.log.info("END return value: %s", ret_val) + self.log.info("END return value: %s", ret_val) def init_profile(self): self.do_profile = osprofiler_profiler and self.options.profile