Skip to content

Conversation

StanFromIreland
Copy link
Member

@StanFromIreland StanFromIreland commented Mar 23, 2025

@@ -522,6 +523,10 @@ def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"):
# Pad to always return microseconds.
s += "0" * (6 - len(s))
fraction = int(s)
elif group_key == "F":
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
elif group_key == "F":
elif group_key == 'F':

I'd keep current style as in the rest of branches.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ill get back to these if the issue is not resolved without a pr.

@@ -522,6 +523,10 @@ def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"):
# Pad to always return microseconds.
s += "0" * (6 - len(s))
fraction = int(s)
elif group_key == "F":
s = found_dict["F"] or "0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto.

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

Successfully merging this pull request may close these issues.

2 participants