mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Implement space operations
This commit is contained in:
@ -251,7 +251,6 @@ object ExtractArchive {
|
||||
this
|
||||
case Some(nel) =>
|
||||
val sorted = nel.sorted
|
||||
println(s"---------------------------- $sorted ")
|
||||
val offset = sorted.head.first
|
||||
val pos =
|
||||
sorted.zipWithIndex.map({ case (p, i) => p.id -> (i + offset) }).toList.toMap
|
||||
|
Reference in New Issue
Block a user