spaces
This commit is contained in:
@ -130,7 +130,7 @@ if row_run == None and args.setup:
|
|||||||
worksheet.update_cell(args.row, row_run, possible_row_run_names[0])
|
worksheet.update_cell(args.row, row_run, possible_row_run_names[0])
|
||||||
worksheet.format(f'{row_run_name}{args.row}', backgroundColorTitle)
|
worksheet.format(f'{row_run_name}{args.row}', backgroundColorTitle)
|
||||||
|
|
||||||
N_RUNS_INITIAL=5000
|
N_RUNS_INITIAL = 50000
|
||||||
r_ins = [ [i] for i in range(1,1+N_RUNS_INITIAL+1)]
|
r_ins = [ [i] for i in range(1,1+N_RUNS_INITIAL+1)]
|
||||||
worksheet.update(f'{row_run_name}{args.row+1}:{row_run_name}{args.row+1+N_RUNS_INITIAL}', r_ins)
|
worksheet.update(f'{row_run_name}{args.row+1}:{row_run_name}{args.row+1+N_RUNS_INITIAL}', r_ins)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user