ajack 2003/11/18 14:54:50
Modified: python/gump/model property.py
Log:
Now I have unit tests, I'd better run them before I commit...
Revision Changes Path
1.6 +1 -1 jakarta-gump/python/gump/model/property.py
Index: property.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/model/property.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- property.py 18 Nov 2003 22:52:17 -0000 1.5
+++ property.py 18 Nov 2003 22:54:50 -0000 1.6
@@ -84,7 +84,7 @@
# Properties are either on the workspace, or on
# an ant entry within a project. Pick workspace or project.
responsibleParty=workspace
- if isinstance(parent,Ant): responsibleParty=parent.getOwner()
+ if not parent==workspace: responsibleParty=parent.getOwner()
if self.xml.reference=='home':
if not workspace.hasProject(self.xml.project):
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]