diff options
-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(): |