Fix bug #2138, missing parens after clear call in Entry.must_be_same(). Passes tests...
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 15 Aug 2008 02:55:41 +0000 (02:55 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 15 Aug 2008 02:55:41 +0000 (02:55 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3278 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Node/FS.py

index 99ae82272b469150ad3a28d6ebd309d497f7b990..6165873c8509f6e908f66e669a5db220c3772c66 100644 (file)
@@ -887,7 +887,7 @@ class Entry(Base):
         if not self.__class__ is klass:
             self.__class__ = klass
             self._morph()
-            self.clear
+            self.clear()
 
     # The following methods can get called before the Taskmaster has
     # had a chance to call disambiguate() directly to see if this Entry