Home
last modified time | relevance | path

Searched refs:URL_PREFIX_MAP_SEPARATOR (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/tools/
Didf_tools.py89 URL_PREFIX_MAP_SEPARATOR = ',' variable
1318 if URL_PREFIX_MAP_SEPARATOR not in item:
1319 … warn('invalid mirror-prefix-map item (missing \'{}\') {}'.format(URL_PREFIX_MAP_SEPARATOR, item))
1321 search, replace = item.split(URL_PREFIX_MAP_SEPARATOR, 1)