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

    r87807f42 r5d854e1  
    2727parser = terminate_opts()
    2828(opts, args) = parser.parse_args()
    29 cert, fid = wrangle_standard_options(opts)
     29cert, fid, url = wrangle_standard_options(opts)
    3030
    3131if opts.exp_name and opts.exp_certfile:
     
    5454try:
    5555    resp_dict = do_rpc(req,
    56             opts.url, opts.transport, cert, opts.trusted,
     56            url, opts.transport, cert, opts.trusted,
    5757            serialize_only=opts.serialize_only,
    5858            tracefile=opts.tracefile,
Note: See TracChangeset for help on using the changeset viewer.