Skip to content

Fix for lbr timestamp parsing in case binary name has period#130

Open
omarkahmed wants to merge 1 commit intoaayasin:masterfrom
omarkahmed:omarkahmed/timestamp-fix
Open

Fix for lbr timestamp parsing in case binary name has period#130
omarkahmed wants to merge 1 commit intoaayasin:masterfrom
omarkahmed:omarkahmed/timestamp-fix

Conversation

@omarkahmed
Copy link
Copy Markdown

No description provided.

elements = line.split()
for e in elements:
if '.' in e: return e.replace(':', '')
time_candidate = elements[2].replace(':', '')
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks for noting this Omar, I'll add a better fix ASAP.

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