diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-26 11:00:16 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-26 11:00:16 -0500 |
| commit | 6ba62ba30af0d4803692e32d885f95033c51210a (patch) | |
| tree | 4763c9aab12e3067e55656b69061e7f0a0300ffa /submitter/mc_texture_dag.py | |
| parent | 349a48bf498c3cd342876eb9e66110fd8dbf8b9b (diff) | |
| download | GolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.tar.gz GolemFlavor-6ba62ba30af0d4803692e32d885f95033c51210a.zip | |
make fig2 script
Diffstat (limited to 'submitter/mc_texture_dag.py')
| -rw-r--r-- | submitter/mc_texture_dag.py | 2 |
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: |
