gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] branch master updated: implement missing methods


From: gnunet
Subject: [taler-build-common] branch master updated: implement missing methods
Date: Fri, 24 Jul 2020 10:06:49 +0200

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 d1f949d  implement missing methods
d1f949d is described below

commit d1f949d0cbe30839eb53f34e2a8b34f61e0ad33a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Jul 24 13:36:45 2020 +0530

    implement missing methods
---
 talerbuildconfig.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index f28e1c2..db451c0 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -93,6 +93,12 @@ class BuildConfig:
         """If enable, process the --variant argument."""
         self.variant_enabled = True
 
+    def _warn(self, msg):
+        print("Warning", msg)
+
+    def _error(self, msg):
+        print("Error", msg)
+
     def enable_configmk(self):
         """If enabled, output the config.mk makefile fragment."""
         self.configmk_enabled = True

-- 
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]