Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 5, 2024
1 parent 8e0e16c commit 248e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/storages.py
Expand Up @@ -600,7 +600,7 @@ def organize_based_on_instance_number(
wacz_url = f"http://host.docker.internal:30870{wacz_url}"

with RemoteZip(wacz_url) as remote_zip:
log_files: List[Zipinfo] = [
log_files: List[ZipInfo] = [
f
for f in remote_zip.infolist()
if f.filename.startswith("logs/") and not f.is_dir()
Expand Down

0 comments on commit 248e463

Please sign in to comment.