diff profilemanager/manager.py @ 43:49cc40572f46

test cloning
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 06 May 2010 18:59:48 -0700
parents 232188e7c04c
children 6feee8d04db4
line wrap: on
line diff
--- a/profilemanager/manager.py	Thu May 06 18:56:34 2010 -0700
+++ b/profilemanager/manager.py	Thu May 06 18:59:48 2010 -0700
@@ -113,7 +113,8 @@
 
         # copy the files
         shutil.copytree(source_path, dest, symlinks=False)
-            
+
+        return dest
 
     def backup(self, profile, dest=None):
         """