aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 02:18:50 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 02:18:50 +0000
commitb337b7a457341999f97a188945c2c4cc03f7b11c (patch)
tree820f45be852f94ae68fb4a407d677345366db02b /submitter
parent7b32b3e2c437f65f6ac946d16463691e7496be29 (diff)
downloadGolemFlavor-b337b7a457341999f97a188945c2c4cc03f7b11c.tar.gz
GolemFlavor-b337b7a457341999f97a188945c2c4cc03f7b11c.zip
move golemfit test to another repo and slightly reluctantly use american style flavor spelling consistently
Diffstat (limited to 'submitter')
-rw-r--r--submitter/sens_dag.py2
1 files changed, 1 insertions, 1 deletions
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))