summaryrefslogtreecommitdiff
path: root/tests/all-errors-documented.py
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2021-01-26 18:23:28 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2021-01-26 18:23:28 +0300
commitc5c0ed20267d530da5f8084d4fac664d95f31111 (patch)
tree5ca44db1e8a71058ceacfff7869c740c905cae6c /tests/all-errors-documented.py
parent2ec2564642ca3c3e84cc7fc0c29c5da2567201dd (diff)
parent9c6c6fb5203d8cb73064a02cc6b147aa91908952 (diff)
downloadtelepathy-glib-c5c0ed20267d530da5f8084d4fac664d95f31111.tar.gz
Merge 'master' into telepathy-glib-0.24 (the branch has only fixes)
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 ae66df55f..ad7d52d11 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__':