Skip to content

Fix for string type

Robin Hayes requested to merge fix-debug-mode into master

Addresses error that has cropped up when running submit.py in debug mode:

File "/home/rhayes/secondSpareHWWAnalysis/build/x86_64-centos7-gcc8-opt/python/CommonAnalysisHelpers/common.py", line 796, in concat return delim.join(pieces) TypeError: sequence item 2: expected string, TString found

Merge request reports