Attachment 'SpellCheck.py.patch'
Download 1 --- moin-1.8.2/MoinMoin/action/SpellCheck.py 2009-01-06 19:26:50.000000000 -0500
2 +++ moin-1.8.2/MoinMoin/action/SpellCheck.py 2009-04-22 00:49:12.000000000 -0400
3 @@ -39,7 +39,7 @@
4 # validate candidate list (leave out directories!)
5 wordsfiles = []
6 for f in candidates:
7 - if os.path.isfile(f) and os.access(f, os.F_OK | os.R_OK):
8 + if os.path.isfile(f):
9 wordsfiles.append(f)
10
11 # return validated file list
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.