mirror of
https://github.com/clangd/clangd.git
synced 2025-01-18 19:15:50 +00:00
Compat with older python
This commit is contained in:
parent
61703d6bba
commit
55b106258d
2
.github/workflows/lib_compat_test.py
vendored
2
.github/workflows/lib_compat_test.py
vendored
@ -61,7 +61,7 @@ def accept_symbol(sym):
|
||||
nm = subprocess.run(
|
||||
["nm", "-uD", "--with-symbol-version", args.binary],
|
||||
stdout=subprocess.PIPE,
|
||||
text=True,
|
||||
universal_newlines=True,
|
||||
)
|
||||
nm.check_returncode()
|
||||
status = 0
|
||||
|
Loading…
Reference in New Issue
Block a user