aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-15 02:23:20 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-15 02:23:20 -0400
commit541845177b59dcef079b89040ad00d9c03c4d6ab (patch)
tree4973fd0e79c233ffdace405f2d73e86cc2026322 /sbolint
parentae2af46a936b05b60bce0132bacc7fc609f5a749 (diff)
downloadsbo-maintainer-tools-541845177b59dcef079b89040ad00d9c03c4d6ab.tar.gz
sbolint: python3 regex derp.
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint2
1 files changed, 1 insertions, 1 deletions
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;
}
}