Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28298

Modified Files:
        config.py 
Log Message:
also create parent dir

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** config.py   3 Jan 2004 17:38:17 -0000       1.86
--- config.py   5 Jan 2004 17:18:52 -0000       1.87
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.87  2004/01/05 17:18:52  dischi
+ # also create parent dir
+ #
  # Revision 1.86  2004/01/03 17:38:17  dischi
  # Freevo now needs the vfs active. OVERLAY_DIR is set to ~/.freevo/vfs as
***************
*** 884,888 ****
  
  if not os.path.isdir(OVERLAY_DIR):
!     os.mkdir(OVERLAY_DIR)
      
  # Make sure OVERLAY_DIR doesn't ends with a slash
--- 887,891 ----
  
  if not os.path.isdir(OVERLAY_DIR):
!     os.makedirs(OVERLAY_DIR)
      
  # Make sure OVERLAY_DIR doesn't ends with a slash




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to