diff options
author | Tapio Lehtonen <tale@debian.org> | 2009-09-10 05:12:52 +0000 |
---|---|---|
committer | Tapio Lehtonen <tale@debian.org> | 2009-09-10 05:12:52 +0000 |
commit | 5deb5b41aa86a0fdbf9969fb0890b967834362b3 (patch) | |
tree | f46d3247adfbbe2c8403c93dfde7667a2f0735de /po/fi | |
parent | c8f29d60fa929450db00e7cd8f238cc2990923f7 (diff) | |
download | installation-guide-5deb5b41aa86a0fdbf9969fb0890b967834362b3.zip |
Remember to close files
Diffstat (limited to 'po/fi')
-rwxr-xr-x | po/fi/make-fi-all.py | 1 |
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(): |