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_create.py

    r52b6ebc ra0c2866  
    157157svcs = []
    158158# Option processing
    159 cert, fid, url = wrangle_standard_options(opts)
     159try:
     160    cert, fid, url = wrangle_standard_options(opts)
     161except RuntimeError, e:
     162    sys.exit("%s" %e)
    160163
    161164if opts.file:
Note: See TracChangeset for help on using the changeset viewer.