src/Pure/Admin/build_status.scala
changeset 72376 04bce3478688
parent 72375 e48d93811ed7
child 72763 3cc73d00553c
equal deleted inserted replaced
72375:e48d93811ed7 72376:04bce3478688
   395       val (image_width, image_height) = image_size
   395       val (image_width, image_height) = image_size
   396       val image_width_stretch = (image_width * data_entry.stretch).toInt
   396       val image_width_stretch = (image_width * data_entry.stretch).toInt
   397 
   397 
   398       progress.echo("output " + quote(data_name))
   398       progress.echo("output " + quote(data_name))
   399 
   399 
   400       val dir = target_dir + Path.basic(clean_name(data_name))
   400       val dir = Isabelle_System.make_directory(target_dir + Path.basic(clean_name(data_name)))
   401       Isabelle_System.make_directory(dir)
       
   402 
   401 
   403       val data_files =
   402       val data_files =
   404         (for (session <- data_entry.sessions) yield {
   403         (for (session <- data_entry.sessions) yield {
   405           val csv_file = session.make_csv
   404           val csv_file = session.make_csv
   406           csv_file.write(dir)
   405           csv_file.write(dir)