# | Line 170 | Line 170 | outputRunList | |
---|---|---|
170 | { | |
171 | next if $files[$i] eq "."; | |
172 | next if $files[$i] eq ".."; | |
173 | + | next if !($files[$i] =~ m/\.root$/); |
174 | print RUNLIST "'file:" . abs_path ("$location/$files[$i]") . "'"; | |
175 | print RUNLIST "," if $i + 1 != @files; | |
176 | print RUNLIST "\n"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |