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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user