Skip to content

Commit b8037d1

Browse files
committed
Fix: fix typo in datetime regex
Issue was introduced in commit baba820
1 parent d8639b4 commit b8037d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/neuralynxrawio/nlxheader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _to_bool(txt):
120120
datetime2_regex=r"-TimeClosed (?P<date>\S+) (?P<time>\S+)",
121121
filename_regex=r'-OriginalFileName "?(?P<filename>\S+)"?',
122122
datetimeformat=r"%Y/%m/%d %H:%M:%S",
123-
datetime2format=r"%Y/%m/%d %H:%M:%S.f",
123+
datetime2format=r"%Y/%m/%d %H:%M:%S.%f",
124124
),
125125
# Cheetah after v 5.6.4 and default for others such as Pegasus
126126
"def": dict(

0 commit comments

Comments
 (0)