Skip to content

Commit

Permalink
Tweak text wrapping in osg-koji setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci authored Feb 1, 2017
1 parent 15051d4 commit bff5209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osg-koji
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff5209

Please sign in to comment.