gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: be more verbose


From: gnunet
Subject: [taler-build-common] branch master updated: be more verbose
Date: Wed, 25 Nov 2020 14:34:13 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 47f14fc  be more verbose
47f14fc is described below

commit 47f14fcf1d03d9dad1bae59987488ea05ecd307b
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 25 14:34:09 2020 +0100

    be more verbose
---
 pyvercheck.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pyvercheck.py b/pyvercheck.py
index 98e620b..02e45b5 100644
--- a/pyvercheck.py
+++ b/pyvercheck.py
@@ -1,7 +1,12 @@
 # This file is placed in the public domain.
 
+# Detect the Python version in a portable way.
+# 
+
 import sys
 
+sys.stderr.write("info: running with python " + str(sys.version_info) + "\n")
+
 if sys.version_info.major < 3 or sys.version_info.minor < 7:
     sys.stderr.write("error: python>=3.7 must be available as the python3 
executable\n")
     sys.exit(1)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]