[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [depictor/master] Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= '
commit 4d0e8a74c88b9c43eed0d12e79b1c3ffcf3d6faf
Author: Tom Ritter <tom@xxxxxxxxx>
Date: Sat Jan 6 00:07:31 2018 -0600
Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= '
---
website.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website.py b/website.py
index 2e70fb4..bcc1cf1 100755
--- a/website.py
+++ b/website.py
@@ -1446,7 +1446,7 @@ class WebsiteWriter:
if not self.consensus.routers[relay_fp].is_unmeasured:
assigning_bwauths = self.__find_assigning_bwauth_for_bw_value(relay_fp)
self.site.write(" <br />" if flagsWritten > 0 else "")
- self.site.write("bwauth=" + ",".join(assigning_bwauths))
+ self.site.write("bwauth=" + ",".join(assigning_bwauths) + " ")
flagsWritten += 1
self.site.write("</td>\n")
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits