tuned signature;
authorwenzelm
Sun, 08 Nov 2020 16:20:39 +0100
changeset 72564 6d54efe5b6ee
parent 72563 feb80142e572
child 72565 ed5b907bbf50
tuned signature;
src/Pure/General/mailman.scala
--- a/src/Pure/General/mailman.scala	Sun Nov 08 16:19:24 2020 +0100
+++ b/src/Pure/General/mailman.scala	Sun Nov 08 16:20:39 2020 +0100
@@ -31,9 +31,7 @@
   {
     override def toString: String = list_name
 
-    def download(
-      target_dir: Path = Path.current,
-      progress: Progress = new Progress): List[Path] =
+    def download(target_dir: Path, progress: Progress = new Progress): List[Path] =
     {
       val dir = target_dir + Path.basic(list_name)
       Isabelle_System.make_directory(dir)