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
|
# copy log flags and global prefs, if any
|
||||||
if self.log_flags:
|
if self.log_flags:
|
||||||
shutil.copy(self.log_flags, self.dir('log_flags.xml'))
|
shutil.copy(self.log_flags, self.dir('log_flags.xml'))
|
||||||
if self.global_prefs:
|
# if self.global_prefs:
|
||||||
shell_call("cp %s %s" % (self.global_prefs, self.dir('global_prefs.xml')))
|
# shell_call("cp %s %s" % (self.global_prefs, self.dir('global_prefs.xml')))
|
||||||
# shutil.copy(self.global_prefs, self.dir('global_prefs.xml'))
|
# # shutil.copy(self.global_prefs, self.dir('global_prefs.xml'))
|
||||||
|
|
||||||
def run(self, args='', asynch=False):
|
def run(self, args='', asynch=False):
|
||||||
if asynch:
|
if asynch:
|
||||||
|
|
Loading…
Reference in New Issue