--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/c9a02432-b1a1-4b8c-bf1e-609c9dcd1b5an%40chromium.org.
I am a beginner and not familiar with the process of creating and reviewing CLs. I will try to challenge myself next time, but for now, it might be better for someone else to handle this.
I have made the following modifications and am currently using it. The caching behavior during fetch seems to be working correctly.
depot_tools/fetch_configs/chromium.py (line number 36)
if props.get('cache_dir'):
spec['cache_dir'] = props['cache_dir']
Thank you for your understanding and assistance.