merged
authorhaftmann
Tue, 18 Jan 2011 09:44:29 +0100
changeset 41653 3b81d1d1f0d0
parent 41651 c78b786fe060 (current diff)
parent 41652 4f4336e730b9 (diff)
child 41655 95f851027a59
child 41656 011fcb70e32f
merged
--- a/Admin/mira.py	Mon Jan 17 20:20:51 2011 +0100
+++ b/Admin/mira.py	Tue Jan 18 09:44:29 2011 +0100
@@ -209,10 +209,9 @@
     except IOError:
         mutabelle_log = ''
 
-    attachments = { 'log': log, 'mutabelle_log': mutabelle_log}
-
     return (return_code == 0 and mutabelle_log != '', extract_isabelle_run_summary(log),
-      {'timing': extract_isabelle_run_timing(log)}, {'log': log}, None)
+      {'timing': extract_isabelle_run_timing(log)},
+      {'log': log, 'mutabelle_log': mutabelle_log}, None)
 
 @configuration(repos = [Isabelle], deps = [(HOL, [0])])
 def Mutabelle_Relation(*args):