From 9bf7c606d92542484941356a2c775e07fea23820 Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 26 Jan 2015 22:55:00 +0800 Subject: [PATCH] Fixed one PEP8 error --- senlinclient/v1/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 5a10f216..772883ce 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -727,6 +727,7 @@ def do_action_list(sc, args): '''List actions.''' def _short_id(obj): return obj.id[:8] + ' ...' + def _short_target(obj): return obj.target[:8] + ' ...'