public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] update-test-output.py: Update syntax
@ 2020-11-02  8:27 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2020-11-02  8:27 UTC (permalink / raw)
  To: libabigail


	* tests/update-test-output.py: Update syntax for python3.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 tests/update-test-output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/update-test-output.py b/tests/update-test-output.py
index 4017dd02..9f8dd032 100755
--- a/tests/update-test-output.py
+++ b/tests/update-test-output.py
@@ -31,7 +31,7 @@ def main():
     try:
         opts, args = getopt.getopt(sys.argv[1:], "hi", ["help"])
     except getopt.GetoptError as err:
-        print str(err)
+        print(str(err))
         display_usage()
 
     for opt, arg in opts:
-- 
2.28.0


-- 
		Dodji


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-02  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  8:27 [PATCH] update-test-output.py: Update syntax Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).