Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 5a51804

Browse files
committed
Note for future use
1 parent 0caa7af commit 5a51804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker_registry/lib/layers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class Archive(lzma.LZMAFile):
4949
This class wraps a file-object that contains tar archive data. The data
5050
will be optionally decompressed with lzma/xz if found to be a compressed
5151
archive.
52+
The file-object itself must be seekable.
5253
"""
5354

5455
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)