commit:     108fed19fe58011f349df5ef29053c84f41687ff
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 11 06:05:02 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Dec 20 16:46:05 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=108fed19

gkeys/cli.py: Add an end of block print() for data separation

---
 gkeys/cli.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gkeys/cli.py b/gkeys/cli.py
index 4c1e946..8adc9ef 100644
--- a/gkeys/cli.py
+++ b/gkeys/cli.py
@@ -225,6 +225,7 @@ class Main(object):
                 except AttributeError:
                     for x in msg:
                         print('    ', x)
+        print()
 
 
     def output_failed(self, failed):

Reply via email to