From 6a4b9be065c7567436fe1bdd66a852d1dba9badd Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 23 May 2008 11:11:52 +0200 Subject: [PATCH] test output fix --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index d255ba7c..a8b1d57f 100644 --- a/runtests.py +++ b/runtests.py @@ -257,7 +257,7 @@ if __name__ == '__main__': print("Running tests against Cython %s" % version) else: print("Running tests without Cython.") - print("Python", sys.version) + print("Python %s" % sys.version) print("") try: -- 2.26.2