Skip to content
Snippets Groups Projects
Commit 34450da8 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Merge branch 'msaurPrCheckerSummaryHLT1Handler_removing_hashes_2' into 'master'

Correctly calling HashRemover as HashRemover.HashRemover()

See merge request !259
parents 0582f2c6 dbde6cdb
No related branches found
No related tags found
1 merge request!259Correctly calling HashRemover as HashRemover.HashRemover()
......@@ -135,7 +135,7 @@ class PrCheckerSummaryHLT1Handler(BaseHandler):
rootfile = grepPattern(
'INFO Writing ROOT histograms to: (\S+)',
open(logfile, 'r', encoding='ISO-8859-1').read())
modifier = HashRemover(os.path.join(directory, rootfile))
modifier = HashRemover.HashRemover(os.path.join(directory, rootfile))
modifier.modify_root_file()
inputfile = ROOT.TFile.Open(os.path.join(directory, rootfile), 'read')
outputfile = ROOT.TFile("PrCheckerSummaryHLT1.root", "recreate")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment