Index: /issm/trunk-jpl/test/NightlyRun/runme.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 20416)
+++ /issm/trunk-jpl/test/NightlyRun/runme.py	(revision 20417)
@@ -213,5 +213,5 @@
 						else:
 							print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,fieldname)
-							raise RuntimeError(me2)
+							raise RuntimeError(message)
 
 				f.close()
@@ -230,5 +230,5 @@
 			else:
 				print 'FAILURE difference: N/A test id: %i test name: %s field: %s' % (id,id_string,'N/A')
-				raise RuntimeError(me)
+				raise RuntimeError(message)
 
 		print "----------------finished:%i-----------------------" % id
