Changeset 3bcb2eb


Ignore:
Timestamp:
Mar 29, 2012 4:04:24 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
45016ae
Parents:
5529264
Message:

Whoops. Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_to_abac.py

    r5529264 r3bcb2eb  
    201201            e.strerror))
    202202    except abac_authorizer.bad_cert_error, e:
    203         sys.exit("Error %sing authorizer: %s" % (op, e))
     203        sys.exit("Error %sing authorizer: %s" % (operation, e))
    204204    except RuntimeError, e:
    205205        sys.exit('%s' % e)
Note: See TracChangeset for help on using the changeset viewer.