Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9126
Modified Files:
config.py
Log Message:
create disc and disc-set dirs in OVERLAY_DIR
Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** config.py 10 Jan 2004 04:30:32 -0000 1.90
--- config.py 10 Jan 2004 13:12:02 -0000 1.91
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.91 2004/01/10 13:12:02 dischi
+ # create disc and disc-set dirs in OVERLAY_DIR
+ #
# Revision 1.90 2004/01/10 04:30:32 outlyer
# Newer versions of twisted print this message:
***************
*** 820,823 ****
--- 823,832 ----
if OVERLAY_DIR and OVERLAY_DIR.endswith('/'):
OVERLAY_DIR = OVERLAY_DIR[:-1]
+
+ if not os.path.isdir(OVERLAY_DIR + '/disc'):
+ os.makedirs(OVERLAY_DIR + '/disc')
+
+ if not os.path.isdir(OVERLAY_DIR + '/disc-set'):
+ os.makedirs(OVERLAY_DIR + '/disc-set')
#
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog