summaryrefslogtreecommitdiff
path: root/cliff/show.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/show.py')
-rw-r--r--cliff/show.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cliff/show.py b/cliff/show.py
index f788a2a..1c00bf2 100644
--- a/cliff/show.py
+++ b/cliff/show.py
@@ -44,5 +44,6 @@ class ShowOne(DisplayCommandBase):
formatter.emit_one(columns_to_include,
data,
self.app.stdout,
- parsed_args)
+ parsed_args,
+ )
return 0