summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapio Lehtonen <tale@debian.org>2009-09-10 05:12:52 +0000
committerTapio Lehtonen <tale@debian.org>2009-09-10 05:12:52 +0000
commit5deb5b41aa86a0fdbf9969fb0890b967834362b3 (patch)
treef46d3247adfbbe2c8403c93dfde7667a2f0735de
parentc8f29d60fa929450db00e7cd8f238cc2990923f7 (diff)
downloadinstallation-guide-5deb5b41aa86a0fdbf9969fb0890b967834362b3.zip
Remember to close files
-rwxr-xr-xpo/fi/make-fi-all.py1
1 files changed, 1 insertions, 0 deletions
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():