cpenv / tk-cpenv

Shotgun Toolkit Application that adds support for cpenv modules.
Other
20 stars 5 forks source link

Environment selector not showing for more than 2 valid environments #23

Closed fabiangeisler closed 1 year ago

fabiangeisler commented 1 year ago

If you have more than 2 valid environments for the software that you want to launch, the environment selector will not show up.

Solution

Probably a simple replacement of "==" for ">=" here: https://github.com/cpenv/tk-cpenv/blob/b0b7d579f4c6813305b2afb39a8c7d0084ba5a87/app.py#L284-L287

danbradham commented 1 year ago

Yup!

On Fri, Aug 26, 2022, 6:33 AM Fabian Geisler @.***> wrote:

If you have more than 2 valid environments for the software that you want to launch, the environment selector will not show up. Solution

Probably a simple replacement of "==" for ">=" here:

https://github.com/cpenv/tk-cpenv/blob/b0b7d579f4c6813305b2afb39a8c7d0084ba5a87/app.py#L284-L287

— Reply to this email directly, view it on GitHub https://github.com/cpenv/tk-cpenv/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZS5AVBZDG5S3ND7MWFI63V3CMRNANCNFSM57WHLFBQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>