Skip to content

Commit

Permalink
Merge pull request #36195 from kskovpen/CMSSW_11_0_X
Browse files Browse the repository at this point in the history
Add protection in RelMon for nanoAODDQM processing (backport)
  • Loading branch information
cmsbuild committed Nov 22, 2021
2 parents 15a1e6d + d22e83f commit 6bc0e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/RelMon/python/dqm_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def __fill_single_dir(self,dir_name,directory,mother_name="",depth=0):
directory.subdirs.append(subdir)
if depth==1:
print("Appended.")
else:
elif name != '':
# We have probably an histo. Let's make the plot and the png.
if obj_type[:2]!="TH" and obj_type[:3]!="TPr" :
continue
Expand Down

0 comments on commit 6bc0e05

Please sign in to comment.