mirror of https://github.com/BOINC/boinc.git
Fixed indents
This commit is contained in:
parent
818dc0466a
commit
ccc7768e3b
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue