diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-15 02:23:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-15 02:23:20 -0400 |
commit | 541845177b59dcef079b89040ad00d9c03c4d6ab (patch) | |
tree | 4973fd0e79c233ffdace405f2d73e86cc2026322 /sbolint | |
parent | ae2af46a936b05b60bce0132bacc7fc609f5a749 (diff) | |
download | sbo-maintainer-tools-541845177b59dcef079b89040ad00d9c03c4d6ab.tar.gz |
sbolint: python3 regex derp.
Diffstat (limited to 'sbolint')
-rwxr-xr-x | sbolint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1345,7 +1345,7 @@ sub check_script { $have_py2 = $lineno; } - if(/^[^#]*\bpython3?\b/) { + if(/^[^#]*\bpython3\b/) { $have_py3 = $lineno; } } |