Ignore:
Timestamp:
Dec 10, 2010 10:27:27 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
8cf2c507
Parents:
a0c2866
Message:

Error handling typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/cert_to_fedid.py

    ra0c2866 rddf0903  
    3232    delete_key = True
    3333elif ktype != 'key':
    34     sys.exit('Cannot use %s as identity.  It is a %s ' % ktype +
     34    sys.exit('Cannot use %s as identity.  It is a %s ' % (key, ktype) +
    3535        'and we were expecting a key')
    3636
Note: See TracChangeset for help on using the changeset viewer.