taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 337f415fd0012491e6cdba3cfb3ac550c403bb6e
parent 07d36cf0ea6eace15773f00c652ffb931629764c
Author: ms <ms@taler.net>
Date:   Tue, 27 Jul 2021 07:48:45 +0200

workaround Python's NameError

Diffstat:
Mbuildbot/check_tip_reserve.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git 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)