Skip to content
Snippets Groups Projects
Commit ef123cd9 authored by ulif's avatar ulif
Browse files

Warn users that fds are not closed after reading.

parent 741cf0f0
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,8 @@ class WordList(object):
`path_or_filelike` is the path of the wordlist file or an already
opened file. Opened files must be open for reading, of course.
Please note that open file descriptors are not closed after reading.
"""
def __init__(self, path_or_filelike=None):
self.path = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment