X-Git-Url: http://git.onelab.eu/?p=playground.git;a=blobdiff_plain;f=omf_keys%2Fget_slice_pub_keys.py;h=fab0588dba4b81d76e096c6c489e198f403b802f;hp=b40fcb5442ec72a4363f1547fd1536cf3827f34a;hb=7c2b3830fd14ac8b80537a32322e6199f3fd904b;hpb=d811fb54c1f08dea19a790c3d3c081a1e2780a33 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