Skip to content

fix indentation in PixelDigitizationConfig.py

Tulay Cuhadar Donszelmann requested to merge tcuhadar/athena:fc-19feb into master

FastChain tests are failing with

02:24:45   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/master/2020-02-18T2136/Athena/22.0.10/InstallArea/x86_64-centos7-gcc8-opt/python/PixelDigitization/PixelDigitizationConfig.py", line 300, in BasicPixelDigitizationTool
02:24:45     if (globalflags.DataSource=='data' and conddb.dbdata == 'CONDBR2'):  # for data overlay
02:24:45 
02:24:45 UnboundLocalError: local variable 'globalflags' referenced before assignment
02:24:45 
02:24:45 Py:Athena            INFO leaving with code 8: "an unknown exception occurred"

did not open JIRA for that, it just indentation.

@stsuno, @jchapman, @vpascuzz

Edited by Tulay Cuhadar Donszelmann

Merge request reports