From bc08074755d5145b16770cbb23a3575f034c8813 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 16 Aug 2014 03:07:51 +0000 Subject: [PATCH] * fix --- BuildData.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildData.groovy b/BuildData.groovy index aecf4d29..fdfb2a5c 100644 --- a/BuildData.groovy +++ b/BuildData.groovy @@ -181,7 +181,7 @@ if (tvdb_txt.exists()) { } } -def tvdb_updates = [:] as TreeSet +def tvdb_updates = [:] as TreeMap new File('updates_all.xml').eachLine('UTF-8'){ def m = (it =~ '(\\d+)') while(m.find()) {