ajack 2004/05/26 16:27:37
Modified: python/gump/document/xdocs documenter.py
Log:
Fixed typo.
Revision Changes Path
1.6 +1 -1 gump/python/gump/document/xdocs/documenter.py
Index: documenter.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- documenter.py 26 May 2004 23:23:34 -0000 1.5
+++ documenter.py 26 May 2004 23:27:37 -0000 1.6
@@ -1633,7 +1633,7 @@
note=''
if project.wasBuilt():
- if project.getreason() == REASON_BUILD_FAILED:
+ if project.getReason() == REASON_BUILD_FAILED:
warn='Project build output (failure) found here...'
else:
note='Project build output found here...'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]