Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Changed merged_lhef* to merged_lhef._0.events-new
Browse files Browse the repository at this point in the history
  • Loading branch information
PalNilsson committed May 29, 2019
1 parent ccd2db9 commit a0cb471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ATLASExperiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def removeRedundantFiles(self, workdir):
"ckpt*",
"HAHM_*",
"Process",
"merged_lhef*"]
"merged_lhef._0.events-new"]

# remove core and pool.root files from AthenaMP sub directories
try:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ Exceptions in looping job killer
73.18

Job log
- Added merged_lhef* and Process to redundant files list, to be removed before job log is created (ATLASExperiment)
- Added merged_lhef._0.events-new and Process to redundant files list, to be removed before job log is created (ATLASExperiment)

Looping job killer
- Changed from getctime() to getmtime() in find_latest_modified_file() (FileHandling)
Expand Down

0 comments on commit a0cb471

Please sign in to comment.