From 6ec7b6440548961750ca4f59a65d6b22b4382bb0 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sun, 19 Aug 2018 18:09:06 -0500 Subject: [PATCH] TimeSampleHistogram: ignore log file --- TimeSampleHistogram | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TimeSampleHistogram b/TimeSampleHistogram index b50bd10..b32528b 100755 --- a/TimeSampleHistogram +++ b/TimeSampleHistogram @@ -162,7 +162,8 @@ files = [f for f in os.listdir(os.environ['HOME']) (f.endswith('.pid') or f.endswith('.gz') or f.endswith('.all') - or f.endswith('.tmp'))] + or f.endswith('.tmp') + or f.endswith('.log'))] hist = defaultdict(lambda: 0) histHier = defaultdict(lambda: 0) -- 2.25.1