Skip to content
Snippets Groups Projects

Fixing digitization error message irony

Merged Zach Marshall requested to merge zmarshal/athena:21.0_Cosmics into 21.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ def checkTRT_DigitizationConfiguration():
def checkDetFlagConfiguration():
from AthenaCommon.Logging import logging
from AthenaCommon.Logging import logging,AthError
logDigiConfigChecker = logging.getLogger( 'DigiConfigChecker' )
from AthenaCommon.DetFlags import DetFlags
Loading