diff options
Diffstat (limited to 'libmat/archive.py')
| -rw-r--r-- | libmat/archive.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmat/archive.py b/libmat/archive.py index 426dcf9..703ee66 100644 --- a/libmat/archive.py +++ b/libmat/archive.py | |||
| @@ -81,6 +81,8 @@ class ZipStripper(GenericArchiveStripper): | |||
| 81 | When list_unsupported is True, the method returns a list | 81 | When list_unsupported is True, the method returns a list |
| 82 | of all non-supported/archives files contained in the | 82 | of all non-supported/archives files contained in the |
| 83 | archive. | 83 | archive. |
| 84 | |||
| 85 | :param bool list_unsupported: Should the list of unsupported files be returned | ||
| 84 | """ | 86 | """ |
| 85 | ret_list = [] | 87 | ret_list = [] |
| 86 | zipin = zipfile.ZipFile(self.filename, 'r') | 88 | zipin = zipfile.ZipFile(self.filename, 'r') |
