Files
sunnypilot/tools/lib/openpilotci.py
Daniel Koepping a18ddf12eb remove azure deps (#37084)
* remove azure deps

* fix lint

* restore scripts
2026-02-10 17:51:09 -08:00

5 lines
213 B
Python

BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
def get_url(route_name: str, segment_num, filename: str) -> str:
return BASE_URL + f"{route_name.replace('|', '/')}/{segment_num}/{filename}"