From b781f954ac80cc227777992dcb4fbe1837c7e351 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Tue, 29 Mar 2022 15:44:17 +0200 Subject: [PATCH] Use unique filenames in fillrandom.py and fillrandom.C --- tutorials/hist/fillrandom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/hist/fillrandom.py b/tutorials/hist/fillrandom.py index d5eb3f6f38..4b1a94a37e 100644 --- a/tutorials/hist/fillrandom.py +++ b/tutorials/hist/fillrandom.py @@ -41,7 +41,7 @@ h1f.FillRandom("sqroot",10000) h1f.Draw() c1.Update() -f = ROOT.TFile("fillrandom.root","RECREATE") +f = ROOT.TFile("fillrandom-py.root","RECREATE") form1.Write() sqroot.Write() h1f.Write() -- 2.35.1