Changeset - c92f827280a3
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-03-14 13:21:18
marcin@python-blog.com
Changed to blocking operation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/lib/backup_manager.py
Show inline comments
 
@@ -69,7 +69,7 @@ class BackupManager(object):
 
               '%(backup_file_path)s/%(backup_file_name)s' % params,
 
               'root@192.168.2.102:/backups/mercurial' % params]
 

	
 
        subprocess.Popen(cmd)
 
        subprocess.call(cmd)
 
        logging.info('Transfered file %s to %s', self.backup_file_name, cmd[4])
 
        
 
    
0 comments (0 inline, 0 general)