We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68c06f commit bebcb12Copy full SHA for bebcb12
src/senaite/astm/instruments/horiba_pentra_xlr.py
@@ -11,7 +11,7 @@
11
from senaite.astm.mapping import Component
12
13
VERSION = "1.0.0"
14
-HEADER_RX = r".*(ABX|LIS).*"
+HEADER_RX = r".*(?<=\|)(LIS|ABX)(?=\|).*"
15
16
17
def get_metadata(wrapper):
0 commit comments