Skip to content

Conversation

AmanKAggarwal
Copy link

This is because we create the asc file when the user requests to export their log file into asc format. Using the file created time means when they open the generated ASC file in CANoe, CANoe identifies that created time as the session start time for data which is incorrect

@AmanKAggarwal AmanKAggarwal force-pushed the SW-13543-update-asc-file-start-time branch from 4ba1914 to a960a51 Compare December 16, 2024 23:40
@@ -394,6 +394,14 @@ def stop(self) -> None:
# This is guaranteed to not be None since we raise ValueError in __init__
if not self.file.closed:
self.file.write("End TriggerBlock\n")
if self.started is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you check for None?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants