##// END OF EJS Templates
Changed to blocking operation
Marcin Kuzminski -
r35:c92f8272 default
parent child Browse files
Show More
@@ -69,7 +69,7 b' class BackupManager(object):'
69 69 '%(backup_file_path)s/%(backup_file_name)s' % params,
70 70 'root@192.168.2.102:/backups/mercurial' % params]
71 71
72 subprocess.Popen(cmd)
72 subprocess.call(cmd)
73 73 logging.info('Transfered file %s to %s', self.backup_file_name, cmd[4])
74 74
75 75
General Comments 0
You need to be logged in to leave comments. Login now