Complete reindentation of the code base
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
added RTA label
mentioned in commit 06083831
23 24 24 from DDDB.CheckDD4Hep import UseDD4Hep 25 25 from Gaudi.Configuration import * 26 26 27 from DDDB.CheckDD4Hep import UseDD4Hep 28 27 29 try: 30 from Configurables import ( 31 EntityResolverDispatcher, 32 GitEntityResolver, 33 XmlCnvSvc, 34 XmlParserSvc, 35 ) 28 36 from DetCond.Configuration import CondDB 29 from Configurables import (XmlCnvSvc, XmlParserSvc, 30 EntityResolverDispatcher, GitEntityResolver) @sponce Maybe the reordering of the imports here is the cause of the problem we are seeing ??
Edited by Christopher Rob JonesI think as long as you have logic that relies in an import failing you are already on pretty dodgy ground, which is why I asked this question Panoptes!419 (comment 8931460)
mentioned in merge request Panoptes!419 (merged)
mentioned in merge request !4888 (merged)
Please register or sign in to reply