Skip to content
Snippets Groups Projects
Commit f468406b authored by Shunan Zhang's avatar Shunan Zhang
Browse files

fix error message

parent aebdc249
No related branches found
No related tags found
1 merge request!1507Move spruce_all_lines_analytics test to nightlies
Pipeline #3861715 passed with warnings
......@@ -47,7 +47,7 @@ from RecoConf.reconstruction_objects import reconstruction
import XRootD.client
from Configurables import HltANNSvc
from PyConf import ConfigurationError
from PyConf.utilities import ConfigurationError
from Moore.streams_hlt2 import DETECTOR_RAW_BANK_TYPES, HLT1_REPORT_RAW_BANK_TYPES, HLT2_REPORT_RAW_BANK_TYPES
import Moore.streams_spruce
......@@ -77,7 +77,7 @@ WGs = {
wg = 'all'
########################
if wg not in WGs.keys():
raise ConfigurationError('Working group ("wg") not recognised.')
raise ConfigurationError(f'Working group ({wg}) not recognised.')
## Return HltANNSvc when tck is on eos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment