changeset 67:7da81d5545a2

missing :
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 May 2010 15:40:45 -0700
parents 67dc95a355cc
children 6cb674db8f51
files profilemanager/manager.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/profilemanager/manager.py	Fri May 07 14:56:59 2010 -0700
+++ b/profilemanager/manager.py	Fri May 07 15:40:45 2010 -0700
@@ -255,7 +255,7 @@
             backup = backups[0]
 
         # determine path of the backup
-        if os.path.isabs(backup[0])
+        if os.path.isabs(backup[0]):
             backup_path = backup
         else:
             backup_path = os.path.join(self.profile_dir, self.backups_dir, backup)