mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2430
This commit is contained in:
parent
1ecefbb8d3
commit
3d69a07a73
|
@ -516,9 +516,9 @@ class Host:
|
|||
# copy log flags and global prefs, if any
|
||||
if self.log_flags:
|
||||
shutil.copy(self.log_flags, self.dir('log_flags.xml'))
|
||||
if self.global_prefs:
|
||||
shell_call("cp %s %s" % (self.global_prefs, self.dir('global_prefs.xml')))
|
||||
# shutil.copy(self.global_prefs, self.dir('global_prefs.xml'))
|
||||
# if self.global_prefs:
|
||||
# shell_call("cp %s %s" % (self.global_prefs, self.dir('global_prefs.xml')))
|
||||
# # shutil.copy(self.global_prefs, self.dir('global_prefs.xml'))
|
||||
|
||||
def run(self, args='', asynch=False):
|
||||
if asynch:
|
||||
|
|
Loading…
Reference in New Issue