Skip to content

Call Python with -B to avoid __pycache__

Jeremy White requested to merge jwhite/tools:nocache into master

Having the pycache directory in what we want to be a read only copy of the source tree is less than ideal.

This change prevents that from being created.

Merge request reports

Loading