aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/practracker/problem.py
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-02-28 12:09:10 +0200
committerNick Mathewson <nickm@torproject.org>2019-03-13 09:27:24 -0400
commit58de565988160edec1fc5f0fbc2a794a765bce6f (patch)
tree81fdd67a35fff8c908a590a66aa85cbf909f5062 /scripts/maint/practracker/problem.py
parent31c1d91ffb85671a9e3dc499655c65622d844333 (diff)
downloadtor-58de565988160edec1fc5f0fbc2a794a765bce6f.tar.gz
tor-58de565988160edec1fc5f0fbc2a794a765bce6f.zip
Call practracker as part of check-local.
- Introduce 'make check-best-practices'. - Fix up Tor topdir etc to work with the way 'make check-local' gets called. - Make practracker less likely to print useless stuff.
Diffstat (limited to 'scripts/maint/practracker/problem.py')
-rw-r--r--scripts/maint/practracker/problem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/problem.py b/scripts/maint/practracker/problem.py
index e23d3bbf0e..9f5771678e 100644
--- a/scripts/maint/practracker/problem.py
+++ b/scripts/maint/practracker/problem.py
@@ -96,6 +96,6 @@ def get_old_problem_from_exception_str(exception_str):
elif problem_type == "function-size":
return FunctionSizeProblem(problem_location, metric_value)
else:
- print("Unknown exception line {}".format(exception_str))
+# print("Unknown exception line '{}'".format(exception_str))
return None