Ignore:
Timestamp:
Dec 10, 2010 9:19:57 AM (14 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_spewlog.py

    r52b6ebc ra0c2866  
    2727(opts, args) = parser.parse_args()
    2828
    29 cert, fid, url = wrangle_standard_options(opts)
     29try:
     30    cert, fid, url = wrangle_standard_options(opts)
     31except RuntimeError, e:
     32    sys.exit("%s" %e)
    3033
    3134if opts.exp_name and opts.exp_certfile:
Note: See TracChangeset for help on using the changeset viewer.