summaryrefslogtreecommitdiff
path: root/buildbot/check_tip_reserve.py
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-28 08:03:26 +0200
committerms <ms@taler.net>2021-07-28 08:03:26 +0200
commit98aaeffe17e84706384ed236a2111e93fdce0238 (patch)
tree9963aba7ed1f8204bd2465e2e43c7c18993171bb /buildbot/check_tip_reserve.py
parent27775439e0a961aa72edf2241aba420103a1a2e2 (diff)
downloaddeployment-98aaeffe17e84706384ed236a2111e93fdce0238.tar.gz
deployment-98aaeffe17e84706384ed236a2111e93fdce0238.tar.bz2
deployment-98aaeffe17e84706384ed236a2111e93fdce0238.zip
revert unwanted
Diffstat (limited to 'buildbot/check_tip_reserve.py')
-rwxr-xr-xbuildbot/check_tip_reserve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index f9f6b33..797a8e5 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -51,3 +51,4 @@ for item in reserves:
remaining_amount = allocated_amount - committed_amount
if remaining_amount > max_amount:
max_amount = remaining_amount
+print("Max tip reserve: {}".format(max_amount))