From bff5209916cb5ee5b7dffafb1ad9b7fcf9fd37bd Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 1 Feb 2017 11:32:48 -0600 Subject: [PATCH] Tweak text wrapping in osg-koji setup --- osg-koji | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/osg-koji b/osg-koji index 9adec82a..887131d0 100755 --- a/osg-koji +++ b/osg-koji @@ -255,10 +255,10 @@ def setup_koji_client_cert(user_cert, user_key): new_client_cert_path = os.path.join(OSG_KOJI_USER_CONFIG_DIR, CLIENT_CERT_FILE) if (os.path.lexists(new_client_cert_path) and not ask_yn(""" -Client certificate file '%s' already exists. Do you want to recreate it now? -Enter yes if you have trouble logging in via the command-line tools, if you -got a new certificate, or want to use a grid certificate/key pair instead of -a grid proxy or vice versa. +Client certificate file '%s' already exists. +Do you want to recreate it now? Enter yes if you have trouble logging in via +the command-line tools, if you got a new certificate, or want to use a grid +certificate/key pair instead of a grid proxy or vice versa. """ % new_client_cert_path)): print "Not writing client cert file %r" % new_client_cert_path