Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv32026a/TMDA
Modified Files:
FilterParser.py
Log Message:
Fix thinko.
Index: FilterParser.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/FilterParser.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- FilterParser.py 8 Aug 2002 04:11:50 -0000 1.42
+++ FilterParser.py 19 Aug 2002 20:03:06 -0000 1.43
@@ -896,7 +896,7 @@
elif os.path.exists(config_db):
dbfile = config_db
import marshal as Serializer
- elif not args.has_key('optional'):
+ if not args.has_key('optional'):
mmdb_file = open(dbfile, 'r')
mmdb_data = Serializer.load(mmdb_file)
mmdb_file.close()
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs