Changeset ddf0903
- Timestamp:
- Dec 10, 2010 10:27:27 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 8cf2c507
- Parents:
- a0c2866
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/cert_to_fedid.py
ra0c2866 rddf0903 32 32 delete_key = True 33 33 elif 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) + 35 35 'and we were expecting a key') 36 36
Note: See TracChangeset
for help on using the changeset viewer.