Added another elucidating comment.

This commit is contained in:
Jeremy Fincher 2005-05-30 19:20:17 +00:00
parent 5815b3b348
commit c1dcb47e3f
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ def urlSnarfer(f):
def doSnarf():
_snarfLock.acquire()
try:
# This has to be *after* we've acquired the lock so we can be
# sure that all previous urlSnarfers have already run to
# completion.
if msg.repliedTo:
self.log.debug('Not snarfing, msg is already repliedTo.')
return