19744: Calling it the usage report
[arvados.git] / sdk / cwl / arvados_cwl / arvcontainer.py
index 534f940b03f46298f41afbe775bec3cdfa8475eb..b7ef13070a26e034a49d2123902896c29abad244 100644 (file)
@@ -536,9 +536,7 @@ class ArvadosContainer(JobBase):
             if logc is not None:
                 summerizer = crunchstat_summary.summarizer.NewSummarizer(self.uuid)
                 summerizer.run()
-                with logc.open("metrics_report.txt", "wt") as mr:
-                    mr.write(summerizer.text_report())
-                with logc.open("metrics_report.html", "wt") as mr:
+                with logc.open("usage_report.html", "wt") as mr:
                     mr.write(summerizer.html_report())
                 logc.save()