[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: workaround Python's NameError
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: workaround Python's NameError |
Date: |
Tue, 27 Jul 2021 07:48:50 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 337f415 workaround Python's NameError
337f415 is described below
commit 337f415fd0012491e6cdba3cfb3ac550c403bb6e
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 07:48:45 2021 +0200
workaround Python's NameError
---
buildbot/check_tip_reserve.py | 6 ------
1 file changed, 6 deletions(-)
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index 502d8cd..f9f6b33 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -51,9 +51,3 @@ for item in reserves:
remaining_amount = allocated_amount - committed_amount
if remaining_amount > max_amount:
max_amount = remaining_amount
-
-# FIXME, eventually, just check the largest amount left through
-# all the reserves.
-print(f"Largest tip reserve: {max_amount}")
-print(f"=========================================", file=sys.stderr)
-print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}", file=sys.stderr)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: workaround Python's NameError,
gnunet <=