Skip to content

Commit

Permalink
Skip some matching
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 10, 2024
1 parent 0d2d4d2 commit 89adabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerebro/sources/lvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def _read_internal(
r"([0-9]+?.[0-9]+E[+-][0-9]+),"
r"([0-9]+?.[0-9]+E[+-][0-9]+),"
r"([0-9]+?.[0-9]+E[+-][0-9]+),"
r"([0-9]+\.[0-9]+),.+\\$",
r"([0-9]+\.[0-9]+),$",
data,
)
if not m:
Expand Down

0 comments on commit 89adabb

Please sign in to comment.