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

    r52b6ebc ra0c2866  
    2020(opts, args) = parser.parse_args()
    2121
    22 cert, fid, url = wrangle_standard_options(opts)
     22try:
     23    cert, fid, url = wrangle_standard_options(opts)
     24except RuntimeError, e:
     25    sys.exit("%s" %e)
    2326
    2427if opts.file:
Note: See TracChangeset for help on using the changeset viewer.