diff --git a/oletools/record_base.py b/oletools/record_base.py index 89034e3..9cf1015 100644 --- a/oletools/record_base.py +++ b/oletools/record_base.py @@ -253,6 +253,7 @@ class OleRecordStream(object): yield rec_object def close(self): + """Close this stream (i.e. the stream given in constructor).""" self.stream.close() def __str__(self):