Skip to content

Commit

Permalink
Update unblob/handlers/compression/gzip.py
Browse files Browse the repository at this point in the history
Co-authored-by: Krisztián Fekete <[email protected]>
  • Loading branch information
qkaiser and e3krisztian authored Jan 2, 2024
1 parent 23d172f commit 3395bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unblob/handlers/compression/gzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class MultiVolumeGzipHandler(DirectoryHandler):
NAME = "multi-gzip"
EXTRACTOR = MultiGZIPExtractor()

PATTERN = Glob("*.gz.aa")
PATTERN = Glob("*.gz.*")

def calculate_multifile(self, file: Path) -> Optional[MultiFile]:
with File.from_path(file) as f:
Expand Down

0 comments on commit 3395bee

Please sign in to comment.