summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/list-workarounds2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/list-workarounds b/scripts/list-workarounds
index 8b41ae52..70c026dd 100755
--- a/scripts/list-workarounds
+++ b/scripts/list-workarounds
@@ -96,7 +96,7 @@ def print_workarounds(project_root, driver_dir, project):
sys.exit(1)
parse(work_arounds)
- print "\nList of workarounds found in %s:" % project
+ print("\nList of workarounds found in %s:" % project)
for wa in sorted(workarounds.keys()):
if not options.platform:
print("%s: %s" % (wa, ', '.join(workarounds[wa])))