From 5bd22145dda7746550dc4619a7a6f15ba23331fc Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 9 Nov 2007 17:54:31 +0000 Subject: [PATCH] scoping --- STEER/AliQA.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STEER/AliQA.cxx b/STEER/AliQA.cxx index 6e879adb418..a6d133b6b78 100644 --- a/STEER/AliQA.cxx +++ b/STEER/AliQA.cxx @@ -326,11 +326,11 @@ TFile * AliQA::GetQAResultFile() TString opt("") ; if ( !gSystem->AccessPathName(fileName) ) opt = "UPDATE" ; - else + else { if ( gSystem->AccessPathName(dirName) ) gSystem->mkdir(dirName) ; opt = "NEW" ; - + } fgQAResultFile = TFile::Open(fileName, opt) ; } -- 2.43.0