Bug 985141 - [mozbuild] Remove leading underscore from MozbuildObject._activate_virtualenv, r=firefox-build-system-reviewers,perftest-reviewers,andi,AlexandruIonescu,rstewart

This function is used all across the tree and should be considered a public API.

Differential Revision: https://phabricator.services.mozilla.com/D85045
This commit is contained in:
Andrew Halberstadt
2020-07-28 16:06:10 +00:00
parent 2199d50af2
commit 5a92cf368a
19 changed files with 33 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ class MachCommands(MachCommandBase):
python_path = sys.executable
append_env['PYTHONPATH'] = os.pathsep.join(sys.path)
else:
self._activate_virtualenv()
self.activate_virtualenv()
python_path = self.virtualenv_manager.python_path
if exec_file: