summaryrefslogtreecommitdiff
path: root/tests/all-errors-documented.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all-errors-documented.py')
-rwxr-xr-xtests/all-errors-documented.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all-errors-documented.py b/tests/all-errors-documented.py
index 911dc7695..1a83d81d9 100755
--- a/tests/all-errors-documented.py
+++ b/tests/all-errors-documented.py
@@ -24,7 +24,7 @@ def check_all_errors_documented(abs_top_srcdir):
error.getAttribute('name').replace('.', '_').replace(' ', '_').upper())
if '%s\n' % name not in sections:
- print "'%s' is missing in %s" % (name, sections_path)
+ print("'%s' is missing in %s" % (name, sections_path))
sys.exit(1)
if __name__ == '__main__':