Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
BridgeDB
Commits
87e44b44
Unverified
Commit
87e44b44
authored
Jan 12, 2014
by
Isis Lovecruft
Browse files
Log when we're dumping bridge assignments to a file in bridgedb.Bucket.
parent
e62f0bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bridgedb/Bucket.py
View file @
87e44b44
...
...
@@ -211,6 +211,7 @@ class BucketManager:
def
dumpBridgesToFile
(
self
,
filename
,
bridges
):
"""Dump a list of given bridges into a file
"""
logging
.
debug
(
"Dumping bridge assignments to file: %r"
%
filename
)
# get the bridge histories and sort by Time On Same Address
bridgeHistories
=
[]
for
b
in
bridges
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment