mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Merge pull request #3053 from tausbn/python-make-test-not-depend-on-minor-version
Python: Make two tests not depend on minor Python version.
This commit is contained in:
@@ -14,4 +14,4 @@ import python
|
||||
|
||||
from SyntaxError error
|
||||
where not error instanceof EncodingError
|
||||
select error, error.getMessage() + " (in Python " + major_version() + "." + minor_version() + ")."
|
||||
select error, error.getMessage() + " (in Python " + major_version() + ")."
|
||||
Reference in New Issue
Block a user