Changeset 1653a08


Ignore:
Timestamp:
Nov 23, 2008 4:44:35 PM (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:
a398ec9
Parents:
721705e9
Message:

type

Location:
fedd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_access.py

    r721705e9 r1653a08  
    115115                self.dynamic_projects_cert_file = \
    116116                        config.get("globals", "proxy_cert_file")
    117                 if config.has_option("globals", "porxy_cert_pwd"):
     117                if config.has_option("globals", "proxy_cert_pwd"):
    118118                    self.dynamic_projects_cert_pwd = \
    119119                            config.get("globals", "proxy_cert_pwd")
  • fedd/fedd_allocate_project.py

    r721705e9 r1653a08  
    406406            if not self.cert_file:
    407407                self.cert_file = config.get("globals", "proxy_cert_file")
    408                 if config.has_option("globals", "porxy_cert_pwd"):
     408                if config.has_option("globals", "proxy_cert_pwd"):
    409409                    self.cert_pwd = config.get("globals", "proxy_cert_pwd")
    410410
Note: See TracChangeset for help on using the changeset viewer.