address JR comments

This commit is contained in:
Evan Lohn 2025-03-13 13:20:22 -07:00
parent 4c75575aa0
commit 40bc082076

View File

@ -60,7 +60,7 @@ def _extract_str_list_from_comma_str(string: str | None) -> list[str]:
def _extract_ids_from_urls(urls: list[str]) -> list[str]:
return [urlparse(url).path.split("/")[-1] for url in urls]
return [urlparse(url).path.strip("/").split("/")[-1] for url in urls]
def _convert_single_file(