From 44c941d223ef77976197ff557c9201f877272d12 Mon Sep 17 00:00:00 2001 From: VulcanixFR <vulcanix.gamingfr@gmail.com> Date: Tue, 2 Jul 2024 14:00:55 +0200 Subject: [PATCH] Adding back the _TRACE suffix for trace files --- ui/measure_robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/measure_robot.py b/ui/measure_robot.py index f17b119..2989263 100644 --- a/ui/measure_robot.py +++ b/ui/measure_robot.py @@ -124,7 +124,7 @@ class Measure_robot (CollectionGraphWindow): """ file_name = self.file_name + ".xlsx" - trace_file_name = self.trace_file_name + ".xlsx" + trace_file_name = self.trace_file_name + "_TRACE.xlsx" try: if self._dosysvar and self.data is not None: -- GitLab