Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KhoomeiK committed Sep 5, 2024
1 parent d902b0f commit 6d387fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/har_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async def create_end2end_examples(
domain = urlparse(base_url).hostname
if not domain:
raise ValueError(f"Invalid URL (no domain name): {base_url}")

domain = domain.replace("www.", "").replace(".", "_")
resource_path = (
f"s3://{s3_bucket_name}/{domain}.tar.gz"
Expand Down

0 comments on commit 6d387fd

Please sign in to comment.