From 022b8481b774486b4c5c87968c1842ca127e0ef9 Mon Sep 17 00:00:00 2001 From: Sven Warris <sven@warris.nl> Date: Wed, 3 May 2023 10:57:26 +0200 Subject: [PATCH] logging --- f500/collecting/F500.py | 1 + 1 file changed, 1 insertion(+) diff --git a/f500/collecting/F500.py b/f500/collecting/F500.py index a7e9e19..4b06892 100644 --- a/f500/collecting/F500.py +++ b/f500/collecting/F500.py @@ -526,6 +526,7 @@ class F500: def combineHistograms(self): self.logger.info("Reading project ISA {}".format(self.args.json)) + self.logger.info("Creating combined histogram of {}".format(self.args.histogram)) self.investigation = isajson.load(open(self.args.json, "r")) study = self.investigation.studies[0] histogram = pandas.DataFrame() -- GitLab