From b337b7a457341999f97a188945c2c4cc03f7b11c Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 29 Feb 2020 02:18:50 +0000 Subject: move golemfit test to another repo and slightly reluctantly use american style flavor spelling consistently --- submitter/sens_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'submitter/sens_dag.py') diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py index f23bf3d..c51fcbe 100644 --- a/submitter/sens_dag.py +++ b/submitter/sens_dag.py @@ -77,7 +77,7 @@ with open(dagfile, 'w') as f: for sources, tex in scenarios: print 'texture', tex for src in sources: - print 'source flavour', src + print 'source flavor', src for r in xrange(GLOBAL_PARAMS['segments']): print 'run', r f.write('JOB\tjob{0}\t{1}\n'.format(job_number, condor_script)) -- cgit v1.2.3