From 541845177b59dcef079b89040ad00d9c03c4d6ab Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 May 2023 02:23:20 -0400 Subject: sbolint: python3 regex derp. --- sbolint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbolint b/sbolint index 9062969..1c1846f 100755 --- a/sbolint +++ b/sbolint @@ -1345,7 +1345,7 @@ sub check_script { $have_py2 = $lineno; } - if(/^[^#]*\bpython3?\b/) { + if(/^[^#]*\bpython3\b/) { $have_py3 = $lineno; } } -- cgit v1.2.3