commit 540c525cb038ff42684488f4a1b3f4c5078b5b8e Author: ilv ilv@users.noreply.github.com Date: Tue Nov 3 16:06:20 2015 -0300
Minor correction to #17211 --- gettor/smtp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gettor/smtp.py b/gettor/smtp.py index 5476189..3697786 100644 --- a/gettor/smtp.py +++ b/gettor/smtp.py @@ -271,7 +271,7 @@ class SMTP(object): # search for OS or mirrors request # if nothing is found, help by default found_request = False - words = re.split('\s+', test.strip()) + words = re.split('\s+', msg.strip()) for word in words: if not found_request: # OS first
tor-commits@lists.torproject.org