Fixed indents

This commit is contained in:
lfield 2019-07-08 14:15:28 +02:00 committed by GitHub
parent 818dc0466a
commit ccc7768e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -686,10 +686,10 @@ require valid-user
# self.config.write()
def start_stripcharts(self):
cgi_bin = [ 'stripchart.cgi', 'stripchart', 'stripchart.cnf',
'looper', 'db_looper', 'datafiles', 'get_load', 'dir_size' ]
for f in cgi_bin:
self.copy(os.path.join('stripchart', f), 'cgi-bin/')
cgi_bin = [ 'stripchart.cgi', 'stripchart', 'stripchart.cnf',
'looper', 'db_looper', 'datafiles', 'get_load', 'dir_size' ]
for f in cgi_bin:
self.copy(os.path.join('stripchart', f), 'cgi-bin/')
macro_substitute('BOINC_DB_NAME', self.db_name, srcdir('stripchart/samples/db_count'),
self.dest('bin/db_count'))