Ignore:
Timestamp:
Dec 5, 2008 9:04:08 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
03b9b14
Parents:
f005e44
Message:

typo: try to get the cert from a different place if the first one fils!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rf005e44 r02786fc  
    153153            self.cert_pwd = config.get("experiment_control", "cert_pwd")
    154154        else:
    155             self.cert_file = config.get("experiment_control", "cert_file")
    156             self.cert_pwd = config.get("experiment_control", "cert_pwd")
     155            self.cert_file = config.get("globals", "cert_file")
     156            self.cert_pwd = config.get("globals", "cert_pwd")
    157157
    158158        self.trusted_certs = config.get("experiment_control", "trusted_certs") \
Note: See TracChangeset for help on using the changeset viewer.