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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user