changeset 62:e29fed5097c3

more case corrections
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 May 2010 12:11:47 -0700
parents 24782e4c70ca
children 2f58555b3b28
files profilemanager/manager.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/profilemanager/manager.py	Fri May 07 12:07:11 2010 -0700
+++ b/profilemanager/manager.py	Fri May 07 12:11:47 2010 -0700
@@ -263,9 +263,9 @@
     def path(self, profile):
         """returns the path to the profile"""
         profile = self.profile_dict(profile)
-        if profile.get('isrelative', None) == '1':
-            return os.path.join(self.profile_dir, profile['path'])
-        return profile['path']
+        if profile.get('IsRelative', None) == '1':
+            return os.path.join(self.profile_dir, profile['Path'])
+        return profile['Path']
 
     def parser(self):
         """