summaryrefslogtreecommitdiff
path: root/po/fi/list-unkn-words.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2018-05-22 11:35:18 +0200
committerChris Lamb <lamby@debian.org>2018-05-22 11:37:24 +0200
commita8ecb9dcdd460c4cb9245daae15c0e939b6fc39b (patch)
tree750ca797f546bbcbf85e7ffec2950f6c1aa6070a /po/fi/list-unkn-words.py
parenta73b94fe6a9d6d04a500b43b4d0774a56301946d (diff)
downloadinstallation-guide-a8ecb9dcdd460c4cb9245daae15c0e939b6fc39b.zip
Fix spacing after comment hash. (PEP8 E261)
Diffstat (limited to 'po/fi/list-unkn-words.py')
-rwxr-xr-xpo/fi/list-unkn-words.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/fi/list-unkn-words.py b/po/fi/list-unkn-words.py
index 138bb88b3..4932f09d6 100755
--- a/po/fi/list-unkn-words.py
+++ b/po/fi/list-unkn-words.py
@@ -109,8 +109,8 @@ if __name__ == "__main__":
print "Error, personal word list could not be opened for reading ", pN
sys.exit(5)
for word in pF.readlines():
- if len(word) > 0: # Don't add empty words
- if (word[0] != "#" and word[0] != " "): #Don't add comment lines
+ if len(word) > 0: # Don't add empty words
+ if (word[0] != "#" and word[0] != " "): # Don't add comment lines
# Workaroud for Debian bug #545848
checker.dict.add(word)
# When bug is fixed, replace above line with