aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-26 11:00:16 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-26 11:00:16 -0500
commit6ba62ba30af0d4803692e32d885f95033c51210a (patch)
tree4763c9aab12e3067e55656b69061e7f0a0300ffa /submitter
parent349a48bf498c3cd342876eb9e66110fd8dbf8b9b (diff)
downloadGolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.tar.gz
GolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.zip
make fig2 script
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: