Changeset a0c2866 for fedd/fedd_new.py


Ignore:
Timestamp:
Dec 10, 2010 9:19:57 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
ddf0903
Parents:
52b6ebc
Message:

Make sure there is an abac directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_new.py

    r52b6ebc ra0c2866  
    2525(opts, args) = parser.parse_args()
    2626
    27 cert, fid, url = wrangle_standard_options(opts)
    2827try:
     28    cert, fid, url = wrangle_standard_options(opts)
    2929    acerts = get_abac_certs(opts.abac_dir)
    3030except EnvironmentError, e:
    3131    sys.exit('%s: %s' % (e.filename, e.strerror))
     32except RuntimeError, e:
     33    sys.exit("%s" %e)
    3234
    3335out_certfile = opts.out_certfile
Note: See TracChangeset for help on using the changeset viewer.