Skip to content

Commit

Permalink
Update a regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Nov 25, 2024
1 parent 56b676d commit ae8d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentieon_cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
PRELOAD_SEP = r":| "
PRELOAD_SEP_PAT = re.compile(PRELOAD_SEP)

NUMA_NODE_PAT = re.compile(r"^NUMA node. CPU\(s\): (?P<cpus>.*)$")
NUMA_NODE_PAT = re.compile(r"^NUMA node. CPU\(s\):\s+(?P<cpus>.*)$")


def tmp():
Expand Down

0 comments on commit ae8d26b

Please sign in to comment.