ajack 2003/09/05 11:11:22
Modified: python/gump document.py
Log:
Patched typo.
[I need a better test/CVS enironment, will learn CVS command line for telnet Linux
and forego Eclipse, sigh.]
Revision Changes Path
1.5 +1 -1 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- document.py 5 Sep 2003 05:20:42 -0000 1.4
+++ document.py 5 Sep 2003 18:11:22 -0000 1.5
@@ -622,7 +622,7 @@
def getContentDir(workspace):
cdir=os.path.normpath(os.path.join(workspace.logdir,'content'))
if not os.path.exists(cdir): os.mkdir(cdir)
- return xdir
+ return cdir
def getWorkspaceDir(workspace,contentdir=None):
cdir = contentdir or getContentDir(workspace)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]