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

    r87807f42 r5d854e1  
    8484
    8585
    86 cert, fid = wrangle_standard_options(opts)
     86cert, fid, url = wrangle_standard_options(opts)
    8787
    8888if opts.file:
     
    127127try:
    128128    resp_dict = do_rpc(msg,
    129             opts.url, opts.transport, cert, opts.trusted,
     129            url, opts.transport, cert, opts.trusted,
    130130            serialize_only=opts.serialize_only,
    131131            tracefile=opts.tracefile,
     
    166166try:
    167167    resp_dict = do_rpc(msg,
    168             opts.url, opts.transport, cert, opts.trusted,
     168            url, opts.transport, cert, opts.trusted,
    169169            serialize_only=opts.serialize_only,
    170170            tracefile=opts.tracefile,
Note: See TracChangeset for help on using the changeset viewer.