telepathy-glib: Tests: Make tests Python 3 compatible
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri May 22 17:26:21 UTC 2020
Module: telepathy-glib
Branch: master
Commit: fd7626ee3cc965f15fe78d9f45e713ebefd83a99
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=fd7626ee3cc965f15fe78d9f45e713ebefd83a99
Author: Jakub Kulík <kulikjak at gmail.com>
Date: Tue May 19 11:50:44 2020 +0200
Tests: Make tests Python 3 compatible
---
tests/all-errors-documented.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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__':
More information about the telepathy-commits
mailing list