diff --git a/Generators/MadGraphControl/python/MadGraphUtils.py b/Generators/MadGraphControl/python/MadGraphUtils.py index f48ab1991b7af471ea5df4e25aec0fc4cc2c6c6b..032e3ecab81568c3f59379774d87d0d95161e2ad 100755 --- a/Generators/MadGraphControl/python/MadGraphUtils.py +++ b/Generators/MadGraphControl/python/MadGraphUtils.py @@ -436,7 +436,7 @@ def generate(process_dir='PROC_mssm_0', grid_pack=False, gridpack_compile=False, ### NLO RUN ### mglog.info('Package up process_dir') os.rename(process_dir,MADGRAPH_GRIDPACK_LOCATION) - tar = subprocess.Popen(['tar','czf',gridpack_name,MADGRAPH_GRIDPACK_LOCATION,'--exclude=lib/PDFsets','--exclude=Events/*/*events*gz','--exclude=SubProcesses/P*/G*/log*txt','--exclude=*/*.o','--exclude=*/*/*.o','--exclude=*/*/*/*.o','--exclude=--exclude=*/*/*/*/*.o']) + tar = subprocess.Popen(['tar','czf',gridpack_name,MADGRAPH_GRIDPACK_LOCATION,'--exclude=lib/PDFsets','--exclude=Events/*/*events*gz','--exclude=SubProcesses/P*/G*/log*txt','--exclude=*/*.o','--exclude=*/*/*.o','--exclude=*/*/*/*.o','--exclude=*/*/*/*/*.o']) tar.wait() os.rename(MADGRAPH_GRIDPACK_LOCATION,process_dir)