Skip to content

Commit

Permalink
Clarify the write behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
msuhanov committed Apr 30, 2016
1 parent 02fe9c0 commit c6aafe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Registry/RegistryLog.py
Expand Up @@ -31,6 +31,7 @@ def __init__(self, filelikeobject_primary, filelikeobject_log):
Constructor.
Arguments:
- `filelikeobject_primary`: A file-like object with .read(), .write() and .seek() methods.
This object shall be writable, it will receive the contents of the recovered hive.
- `filelikeobject_log`: A file-like object with a .read() method.
If a Python string is passed, it is interpreted as a filename,
and the corresponding file is opened.
Expand Down

0 comments on commit c6aafe9

Please sign in to comment.