[ mailman-Patches-671294 ] syntax error in tests/fblast.py

SourceForge.net noreply at sourceforge.net
Tue Mar 11 03:06:19 EST 2003


Patches item #671294, was opened at 2003-01-20 19:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=671294&group_id=103

Category: command line scripts
Group: Mailman 2.1
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: John Dennis (johndennis)
>Assigned to: Thomas Wouters (twouters)
Summary: syntax error in tests/fblast.py

Initial Comment:
The tests/fblast.py script in version 2.1 had a syntax
error due to a missing close paren.


diff -r -u mailman-2.1.orig/tests/fblast.py
mailman-2.1/tests/fblast.py
--- mailman-2.1.orig/tests/fblast.py	2002-03-13
00:59:40.000000000 -0500
+++ mailman-2.1/tests/fblast.py	2003-01-14
16:46:57.000000000 -0500
@@ -54,7 +54,7 @@
 """ % {'num'     : i,
        'FROMADDR': FROMADDR,
        'LISTADDR': LISTADDR,
-       }
+       })
         time.sleep(snooze)
 finally:
     conn.quit()


----------------------------------------------------------------------

>Comment By: Thomas Wouters (twouters)
Date: 2003-03-11 12:06

Message:
Logged In: YES 
user_id=34209

Thanks, checked into CVS.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=671294&group_id=103



More information about the Mailman-coders mailing list