[Avida-cvs] [Avida2-svn] r78 - trunk/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Mon Mar 28 11:44:40 PST 2005


Author: baerb
Date: 2005-03-28 14:44:40 -0500 (Mon, 28 Mar 2005)
New Revision: 78

Modified:
   trunk/source/python/AvidaGui2/pySessionCtrl.py
Log:
added / at the end of temporary directory name



Modified: trunk/source/python/AvidaGui2/pySessionCtrl.py
===================================================================
--- trunk/source/python/AvidaGui2/pySessionCtrl.py	2005-03-28 16:10:02 UTC (rev 77)
+++ trunk/source/python/AvidaGui2/pySessionCtrl.py	2005-03-28 19:44:40 UTC (rev 78)
@@ -43,7 +43,7 @@
     self.m_session_mdl.m_current_freezer = "freezer/"
 
     # Create a temporary subdirectory for general use in this session.
-    self.m_session_mdl.m_tempdir = tempfile.mkdtemp('','AvidaEd-pid%d-'%os.getpid())
+    self.m_session_mdl.m_tempdir = tempfile.mkdtemp('','AvidaEd-pid%d-'%os.getpid()) + "/"
 
     # Create session mediator.
     self.m_session_mdl.m_session_mdtr = pyMdtr()




More information about the Avida-cvs mailing list