commit 505173264ab60162ff718f564fa26a3e73a7d2be Author: aagbsn aagbsn@extc.org Date: Tue Sep 27 14:16:47 2011 -0700
4109 - misspelled property name
renamed 'contet' to 'content' --- NetworkScanners/ExitAuthority/soat.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py index c1ec89b..dbb763b 100755 --- a/NetworkScanners/ExitAuthority/soat.py +++ b/NetworkScanners/ExitAuthority/soat.py @@ -1354,7 +1354,7 @@ class BaseHTTPTest(Test): # If we failed, then store what the exit node handed us if retval == TEST_FAILURE: exit_content_file = open(self.address_to_failed_prefix(address)+'.'+exit_node[1:]+'.content', 'w') - exit_content_file.write(preq.contet) + exit_content_file.write(preq.content) exit_content_file.close()
return retval