Changeset 5d854e1 for fedd/fedd_ftopo.py


Ignore:
Timestamp:
Sep 21, 2010 3:12:16 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
3bf0b3c
Parents:
87807f42
Message:

allow FEDD_URL in the environment to set the contact URL. Man am I sick of typing --url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_ftopo.py

    r87807f42 r5d854e1  
    1919(opts, args) = parser.parse_args()
    2020try:
    21     cert, fid = wrangle_standard_options(opts)
     21    cert, fid, url = wrangle_standard_options(opts)
    2222except RuntimeError, e:
    2323    sys.exit("%s" % e)
     
    3636try:
    3737    resp_dict = do_rpc(req,
    38             opts.url, opts.transport, cert, opts.trusted,
     38            url, opts.transport, cert, opts.trusted,
    3939            serialize_only=opts.serialize_only,
    4040            tracefile=opts.tracefile,
Note: See TracChangeset for help on using the changeset viewer.