From d22e83f3d38d8b039b4ccfd76befacedd3460493 Mon Sep 17 00:00:00 2001 From: Kirill Skovpen Date: Sat, 13 Nov 2021 20:49:13 +0100 Subject: [PATCH] fix --- Utilities/RelMon/python/dqm_interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/RelMon/python/dqm_interfaces.py b/Utilities/RelMon/python/dqm_interfaces.py index 0d48a35cc04ea..f8dca20816d25 100755 --- a/Utilities/RelMon/python/dqm_interfaces.py +++ b/Utilities/RelMon/python/dqm_interfaces.py @@ -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