From 7c2b3830fd14ac8b80537a32322e6199f3fd904b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 9 Jul 2010 11:01:44 +0200 Subject: [PATCH] keep the comment as it is --- omf_keys/get_slice_pub_keys.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/omf_keys/get_slice_pub_keys.py b/omf_keys/get_slice_pub_keys.py index b40fcb5..fab0588 100755 --- a/omf_keys/get_slice_pub_keys.py +++ b/omf_keys/get_slice_pub_keys.py @@ -97,7 +97,8 @@ class Command(Thread): output = p.read().strip() if output: output = output.split('\n')[0] # only get the first line - output = change_key_comment(output, host) +# keep the comment for the keys +# output = change_key_comment(output, host) return output return None -- 2.43.0