more general workaround for failed sessions (again, see also 2edb89630a80, ed7b5cd3a7f2);
authorwenzelm
Sun, 21 May 2017 23:41:46 +0200
changeset 65895 744878d72021
parent 65894 54f621d5fa00
child 65896 18f5014331a1
more general workaround for failed sessions (again, see also 2edb89630a80, ed7b5cd3a7f2);
src/Pure/Admin/build_status.scala
--- a/src/Pure/Admin/build_status.scala	Sun May 21 23:10:39 2017 +0200
+++ b/src/Pure/Admin/build_status.scala	Sun May 21 23:41:46 2017 +0200
@@ -166,7 +166,7 @@
             {
               val threads1 =
                 res.string(Build_Log.Settings.ISABELLE_BUILD_OPTIONS) match {
-                  case Threads_Option(Value.Int(i)) if session_name == "Pure" => i
+                  case Threads_Option(Value.Int(i)) => i
                   case _ => 1
                 }
               val threads2 = res.get_int(Build_Log.Data.threads).getOrElse(1)