mirror of https://github.com/BOINC/boinc.git
project setup: remove extraneous " from schedulers.txt
(introduced in 2018)
This commit is contained in:
parent
1a5c8aaf78
commit
fd331d753a
|
@ -595,8 +595,8 @@ class Project:
|
|||
install(srcdir('test/uc_wu_nodelete'), self.dest('templates/uc_wu'))
|
||||
|
||||
content = '''
|
||||
<!-- <scheduler>{url}</scheduler> -->"
|
||||
<link rel=\"boinc_scheduler\" href=\"{url}"\">
|
||||
<!-- <scheduler>{url}</scheduler> -->
|
||||
<link rel="boinc_scheduler" href="{url}">
|
||||
'''.format(url=self.scheduler_url.strip())
|
||||
f = open(self.dest('html/user', 'schedulers.txt'), 'w')
|
||||
f.write(content)
|
||||
|
|
Loading…
Reference in New Issue