You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the conda installation functions installConda into __private methods so it is clear they shall not be called by third-party code.
The only way to install anything to system should be via the CondaSetUp module UI, or by manually installing a distribution and setting its path. Making these methods private will ensure, or at least make obvious, that other modules shall not automatically install conda distributions without user input.
The text was updated successfully, but these errors were encountered:
One of the nitpick issues mentioned in Slicer/ExtensionsIndex#2006 (review)
Make the conda installation functions
installConda
into__private
methods so it is clear they shall not be called by third-party code.The only way to install anything to system should be via the CondaSetUp module UI, or by manually installing a distribution and setting its path. Making these methods private will ensure, or at least make obvious, that other modules shall not automatically install conda distributions without user input.
The text was updated successfully, but these errors were encountered: