From 6ba62ba30af0d4803692e32d885f95033c51210a Mon Sep 17 00:00:00 2001 From: shivesh Date: Fri, 26 Apr 2019 11:00:16 -0500 Subject: make fig2 script --- submitter/mc_texture_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'submitter') 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: -- cgit v1.2.3