[tor-commits] [sbws/master] Add forgotten parenthesis

juga at torproject.org juga at torproject.org
Tue Sep 18 09:26:12 UTC 2018


commit d09dc0e505aa5ab22c24e729225a83c1228337a7
Author: juga0 <juga at riseup.net>
Date:   Thu Sep 13 18:28:16 2018 +0000

    Add forgotten parenthesis
---
 sbws/core/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbws/core/generate.py b/sbws/core/generate.py
index b937c5b..3c36915 100644
--- a/sbws/core/generate.py
+++ b/sbws/core/generate.py
@@ -82,7 +82,7 @@ def main(args, conf):
     bw_file = V3BWFile.from_results(results, state_fpath, args.scale_constant,
                                     scaling_method,
                                     torflow_cap=args.torflow_bw_margin,
-                                    torflow_round_digs=args.torflow_round_digs,
+                                    torflow_round_digs=args.torflow_round_digs)
     output = args.output or \
         conf.getpath('paths', 'v3bw_fname').format(now_fname())
     bw_file.write(output)





More information about the tor-commits mailing list