Skip to content
Snippets Groups Projects
Commit 44c941d2 authored by VulcanixFR's avatar VulcanixFR
Browse files

Adding back the _TRACE suffix for trace files

parent 118bc54a
No related merge requests found
...@@ -124,7 +124,7 @@ class Measure_robot (CollectionGraphWindow): ...@@ -124,7 +124,7 @@ class Measure_robot (CollectionGraphWindow):
""" """
file_name = self.file_name + ".xlsx" file_name = self.file_name + ".xlsx"
trace_file_name = self.trace_file_name + ".xlsx" trace_file_name = self.trace_file_name + "_TRACE.xlsx"
try: try:
if self._dosysvar and self.data is not None: if self._dosysvar and self.data is not None:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment