Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Dec 5, 2024
1 parent 2279091 commit fa0d725
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
self.save_first_last_iteration_timestamp,
self.save_number_of_switches_and_ports,
self.save_number_of_core_dumps,
self.save_collectx_versions
self.save_collectx_versions,
}
# Based on the log path, decided if this is primary or secondary
if "ufm_logs" in logs_csvs[0]:
Expand All @@ -59,7 +59,7 @@ def save_collectx_versions(self):
]["data"].unique()
self._dataframes_for_pdf.append(
(
f"{self.telemetry_type} telemetry collectx versions",
f"collectx versions found in {self.telemetry_type} telemetry log",
unique_collectx_versions,
)
)
Expand Down

0 comments on commit fa0d725

Please sign in to comment.