Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 13455)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 13456)
@@ -215,5 +215,5 @@
 			message=me
 			if   strcmpi(output,'nightly'):
-				fid=open(os.path.join(ISSM_DIR+'nightlylog','pythonerror.log'), 'a')
+				fid=open(os.path.join(ISSM_DIR+'/nightlylog','pythonerror.log'), 'a')
 				fid.write('%s' % message)
 				fid.write('\n------------------------------------------------------------------\n')
@@ -221,5 +221,5 @@
 				print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
 			elif strcmpi(output,'daily'):
-				fid=open(os.path.join(ISSM_DIR+'dailylog','pythonerror.log'), 'a')
+				fid=open(os.path.join(ISSM_DIR+'/dailylog','pythonerror.log'), 'a')
 				fid.write('%s' % message)
 				fid.write('\n------------------------------------------------------------------\n')
