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

    r52b6ebc ra0c2866  
    99parser = client_opts()
    1010(opts, args) = parser.parse_args()
    11 cert, fid, url = wrangle_standard_options(opts)
     11try:
     12    cert, fid, url = wrangle_standard_options(opts)
     13except RuntimeError, e:
     14    sys.exit("%s" %e)
    1215
    1316try:
Note: See TracChangeset for help on using the changeset viewer.