Skip to content

fetch_sources: defensively unset sys.argv

Mark Janes requested to merge majanes/mesa_jenkins:fetch into master

argv is a global variable that will be parsed whenever an Options object is constructed. In some situations, fetch_sources reports an error due to this case.

Merge request reports