[or-cvs] r19357: {projects} Sometimes a single parenthesis makes all the difference :) (projects/gettor)

kaner at seul.org kaner at seul.org
Tue Apr 21 11:55:09 UTC 2009


Author: kaner
Date: 2009-04-21 07:55:09 -0400 (Tue, 21 Apr 2009)
New Revision: 19357

Modified:
   projects/gettor/GetTor.py
   projects/gettor/README
Log:
Sometimes a single parenthesis makes all the difference :)


Modified: projects/gettor/GetTor.py
===================================================================
--- projects/gettor/GetTor.py	2009-04-21 07:55:07 UTC (rev 19356)
+++ projects/gettor/GetTor.py	2009-04-21 11:55:09 UTC (rev 19357)
@@ -232,7 +232,7 @@
 
                 status = resp.sendGenericMessage(srcEmail, replyTo, message)
                 if status != True:
-                    log.info(_("Failed to send delay alert")
+                    log.info(_("Failed to send delay alert"))
 
             status = resp.sendPackage(srcEmail, replyTo, packageList[package])
             if status != True:

Modified: projects/gettor/README
===================================================================
--- projects/gettor/README	2009-04-21 07:55:07 UTC (rev 19356)
+++ projects/gettor/README	2009-04-21 11:55:09 UTC (rev 19357)
@@ -42,7 +42,7 @@
 
 Once you have everything installed, you'll want to initialize the file store:
 
-    gettor at moria:~/newbin$ ./gettor.py -f -p
+    gettor at moria:~/newbin$ ./GetTor.py -f -p
 
 You should see an rsync and finally something like:
 



More information about the tor-commits mailing list