mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-19 14:31:48 -05:00
Not a good idea to select the virtualenv in the base class. Force selection to happen in the concrete classes by calling a helper method to set up the proper virtualenv. This should fix any issues where tower is selecting the wrong virtualenv to run against.