2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-09-03 00:05:12 +00:00

Make proton, gen_wrapper and user_settings python scripts version-agnostic

This commit is contained in:
Mayeul Cantan
2018-08-23 13:21:22 +02:00
parent 2863402e9e
commit 9c3667c083
4 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#NOTE: If you make modifications here, consider whether they should
#be duplicated in ../vrclient/gen_wrapper.py
@@ -502,7 +502,7 @@ for sdkver in sdk_versions:
diagnostics = list(tu.diagnostics)
if len(diagnostics) > 0:
print 'There were parse errors'
print('There were parse errors')
pprint.pprint(diagnostics)
else:
children = list(tu.cursor.get_children())