Skip to content
Snippets Groups Projects
Commit 0768b2ec authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

use TFile.Recover: 0

parent 0b49cf07
Branches temp/df
No related tags found
1 merge request!168Draft: run du
Pipeline #124416 failed
...@@ -81,6 +81,7 @@ common:setup: ...@@ -81,6 +81,7 @@ common:setup:
cat >filter_broken.py <<EOF cat >filter_broken.py <<EOF
import sys import sys
import ROOT import ROOT
ROOT.gEnv.SetValue("TFile.Recover", 0)
for filename in sys.stdin: for filename in sys.stdin:
filename = filename.rstrip() filename = filename.rstrip()
bad = False; bad = False;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment