Skip to content

Commit 1a7f60e

Browse files
authored
Merge pull request #1493 from teo-lohrer-su/fix/nlxheader-datetime
Fix: fix typo in datetime regex
2 parents d8639b4 + b8037d1 commit 1a7f60e

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)