diff --git a/macros/CCEScan/batch/hadd.py b/macros/CCEScan/batch/hadd.py index ba8131e..f58b465 100644 --- a/macros/CCEScan/batch/hadd.py +++ b/macros/CCEScan/batch/hadd.py @@ -21,7 +21,7 @@ files_to_hadd = [] for f in files: - if modtime(f) > dec15: + if modtime(f) > dec15 and 'temp_' in f: files_to_hadd.append(f) #print files_to_hadd