Changeset 3ff5e2a


Ignore:
Timestamp:
Nov 23, 2010 4:59:01 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
353db8c
Parents:
85f5d11
Message:

Comment clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/client_lib.py

    r85f5d11 r3ff5e2a  
    107107    """
    108108    Look for the certificate to use for the call (check for the standard emulab
    109     file and any passed in.  Make sure a present cert file can be read and
    110     generate a fedid from it.  Make sure that any trusted cert file can be read
    111     and if the debug level is set, set the tracefile attribute as well.  If any
    112     of these tests fail, raise a RuntimeError.  Otherwise return the
    113     certificate file, the fedid, and the fedd url.
     109    file and any passed in.  Make sure a present cert file can be read.  Make
     110    sure that any trusted cert file can be read and if the debug level is set,
     111    set the tracefile attribute as well.  If any of these tests fail, raise a
     112    RuntimeError.  Otherwise return the certificate file, the fedid, and the
     113    fedd url.
    114114    """
    115115    default_url="https://localhost:23235"
Note: See TracChangeset for help on using the changeset viewer.