Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/
Date: Thu, 07 May 2020 18:18:44
Message-Id: 1588873993.71512aa7cfffd1430c7aeb3409551a10da2a693b.robbat2@gentoo
1 commit: 71512aa7cfffd1430c7aeb3409551a10da2a693b
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 17:53:13 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 17:53:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=71512aa7
7
8 html/generate.py: disable success print spam
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 html/generate.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/html/generate.py b/html/generate.py
16 index 025004d..8eb7622 100755
17 --- a/html/generate.py
18 +++ b/html/generate.py
19 @@ -176,4 +176,4 @@ with open(cache_path, 'w') as fp:
20 #
21 # finish
22 #
23 -print("Finished.")
24 +#print("Finished.")