From fd331d753a718e66a2e138651eb3e80e491de9ac Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 18 Mar 2024 09:23:36 -0700 Subject: [PATCH] project setup: remove extraneous " from schedulers.txt (introduced in 2018) --- py/Boinc/setup_project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 8a4195b037..1926120cac 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -595,8 +595,8 @@ class Project: install(srcdir('test/uc_wu_nodelete'), self.dest('templates/uc_wu')) content = ''' -" - + + '''.format(url=self.scheduler_url.strip()) f = open(self.dest('html/user', 'schedulers.txt'), 'w') f.write(content)