Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihisa Yamada committed Nov 13, 2023
1 parent 49dbb42 commit 6f602fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rootfile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Rootfile {
if (session == "Pure") {
List[String]()
} else {
val base_info = Sessions.base_info(options, "Pure", progress, dirs)
val base_info = Sessions.background(options, "Pure", progress, dirs)
val session_info =
base_info.sessions_structure.get(anc) match {
case Some(info) => info
Expand Down

0 comments on commit 6f602fb

Please sign in to comment.