Skip to content

Commit

Permalink
exec command in pythonn
Browse files Browse the repository at this point in the history
  • Loading branch information
l-cadamuro committed Feb 8, 2016
1 parent b2ac723 commit eea140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/skimNtuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def parseInputFileList (fileName) :

command = ('/opt/exp_soft/cms/t3/t3submit -q cms \'' + jobsDir + '/skimJob_' + str (n) + '.sh\'')
if opt.sleep : time.sleep (0.1)
#os.system (command)
os.system (command)
commandFile.write (command + '\n')
n = n + 1
commandFile.close ()
Expand Down

0 comments on commit eea140a

Please sign in to comment.