Fix tail rows in portrait generation

This commit is contained in:
2026-05-25 10:06:40 +02:00
parent 01ddcf8735
commit e6fffdf041
4 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -876,7 +876,7 @@ func write2DAFile(data parsed2DA, path string) error {
if err := os.MkdirAll(filepath.Dir(path), 0o755); err != nil && filepath.Dir(path) != "." {
return err
}
return write2DA(table, path, false)
return write2DA(table, path, false, -1)
}
func cloneStringMap(in map[string]string) map[string]string {