From 5deb5b41aa86a0fdbf9969fb0890b967834362b3 Mon Sep 17 00:00:00 2001 From: Tapio Lehtonen Date: Thu, 10 Sep 2009 05:12:52 +0000 Subject: Remember to close files --- po/fi/make-fi-all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/po/fi/make-fi-all.py b/po/fi/make-fi-all.py index 89d76e4c7..dc51255e3 100755 --- a/po/fi/make-fi-all.py +++ b/po/fi/make-fi-all.py @@ -108,6 +108,7 @@ if __name__ == "__main__": if len(word) > 0: if (word[0] != "#"): checker.add_to_personal(word) + pF.close() unknWords={} for text in textF.readlines(): -- cgit v1.2.3