diff -r 606ae85b8c6b -r 6e155bb1516d src/Pure/Thy/sessions.scala --- a/src/Pure/Thy/sessions.scala Sat Feb 27 13:01:36 2021 +0100 +++ b/src/Pure/Thy/sessions.scala Sat Feb 27 13:20:52 2021 +0100 @@ -1013,7 +1013,7 @@ private def check_session_dir(dir: Path): Path = if (is_session_dir(dir)) File.pwd() + dir.expand - else error("Bad session root directory: " + dir.toString) + else error("Bad session root directory: " + dir.expand.toString) def directories(dirs: List[Path], select_dirs: List[Path]): List[(Boolean, Path)] = {