[CMF-checkins] CVS: CMF/CMFCore - WorkflowTool.py:1.40

Christian Theune ct at gocept.com
Thu Sep 25 06:16:29 EDT 2003


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv22762

Modified Files:
	WorkflowTool.py 
Log Message:
 - Misspelled. Sorry.


=== CMF/CMFCore/WorkflowTool.py 1.39 => 1.40 ===
--- CMF/CMFCore/WorkflowTool.py:1.39	Thu Sep 25 06:14:10 2003
+++ CMF/CMFCore/WorkflowTool.py	Thu Sep 25 06:16:28 2003
@@ -169,7 +169,7 @@
             self._chains_by_type = cbt = PersistentMapping()
         ti = self._listTypeInfo()
         # Set up the chains by type.
-        if props is not None:
+        if not (props is None):
             for t in ti:
                 id = t.getId()
                 field_name = 'chain_%s' % id




More information about the CMF-checkins mailing list