[tor-commits] [depictor/master] Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= '

tom at torproject.org tom at torproject.org
Sat Jan 6 06:07:42 UTC 2018


commit 4d0e8a74c88b9c43eed0d12e79b1c3ffcf3d6faf
Author: Tom Ritter <tom at ritter.vg>
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")



More information about the tor-commits mailing list