[tor-commits] [bridgedb/develop] No matter how much we test this, coverage will never notice.
isis at torproject.org
isis at torproject.org
Wed Nov 15 22:24:50 UTC 2017
commit 35603395dcac11e10a0088c1e902b4eca6672e44
Author: Isis Lovecruft <isis at torproject.org>
Date: Thu Nov 2 01:24:16 2017 +0000
No matter how much we test this, coverage will never notice.
---
bridgedb/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/main.py b/bridgedb/main.py
index d155a28..1601cf1 100644
--- a/bridgedb/main.py
+++ b/bridgedb/main.py
@@ -335,7 +335,7 @@ def run(options, reactor=reactor):
state.key = key
state.save()
- def reload(inThread=True):
+ def reload(inThread=True): # pragma: no cover
"""Reload settings, proxy lists, and bridges.
State should be saved before calling this method, and will be saved
More information about the tor-commits
mailing list