aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
Diffstat (limited to 'submitter')
-rw-r--r--submitter/mc_texture_dag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/submitter/mc_texture_dag.py b/submitter/mc_texture_dag.py
index f37b231..0b5adf4 100644
--- a/submitter/mc_texture_dag.py
+++ b/submitter/mc_texture_dag.py
@@ -49,7 +49,7 @@ GLOBAL_PARAMS.update(dict(
plot_elements = 'False',
))
-dagfile = 'dagman_mc_texture_{0}'.format(GLOBAL_PARAMS['data'])
+dagfile = 'dagman_mc_texture'
dagfile += prefix + '.submit'
with open(dagfile, 'w') as f: