From 98aaeffe17e84706384ed236a2111e93fdce0238 Mon Sep 17 00:00:00 2001 From: ms Date: Wed, 28 Jul 2021 08:03:26 +0200 Subject: revert unwanted --- buildbot/check_tip_reserve.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildbot/check_tip_reserve.py') 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)) -- cgit v1.2.3