From: Barış Metin Date: Fri, 9 Jul 2010 09:01:44 +0000 (+0200) Subject: keep the comment as it is X-Git-Tag: playground-planetlab.4.2-1~2 X-Git-Url: http://git.onelab.eu/?p=playground.git;a=commitdiff_plain;h=7c2b3830fd14ac8b80537a32322e6199f3fd904b keep the comment as it is --- 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