diff --git a/test/plotTestStatCLs.py b/test/plotTestStatCLs.py index 053ce4006df..651a37deec4 100755 --- a/test/plotTestStatCLs.py +++ b/test/plotTestStatCLs.py @@ -182,11 +182,11 @@ def findPOIvals(fi, m): options.rebin, options.expected, options.quantileExpected, - options.sub_label + options.sub_label, ) canvases.append(can.Clone()) - if options.save_as_pdf: - can.SaveAs(options.output+"_"+can.GetName()+".pdf") + if options.save_as_pdf: + can.SaveAs(options.output + "_" + can.GetName() + ".pdf") ft.Close() ofile = ROOT.TFile(options.output, "RECREATE") for can in canvases: