Skip to content
Snippets Groups Projects
Commit 93dac3d0 authored by Clotilde Lemettais's avatar Clotilde Lemettais
Browse files

fix issue jobLauncher : ok for Belle submission from someone else

parent 41df81e1
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ def belleJobLauncher(pars) : ...@@ -57,7 +57,7 @@ def belleJobLauncher(pars) :
''' '''
pars : list of parameters to give [stream (=[10,00],[11,01],[12,02],[13,04]), expGrp (=1st,2nd,3rd,4th), sample (=charged, mixed, uds, charm)] pars : list of parameters to give [stream (=[10,00],[11,01],[12,02],[13,04]), expGrp (=1st,2nd,3rd,4th), sample (=charged, mixed, uds, charm)]
''' '''
if not os.path.exists(OUTDIR+'/'+CHANNEL+'/') : os.makedirs(OUTDIR) if not os.path.exists(OUTDIR+'/'+CHANNEL+'/') : os.makedirs(OUTDIR+'/'+CHANNEL+'/')
streams =pars[0] streams =pars[0]
if streams[0] == '10' : queue = 'l' if streams[0] == '10' : queue = 'l'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment