45 Preferences.setConda("CondaExecutable", condaExecutable) |
45 Preferences.setConda("CondaExecutable", condaExecutable) |
46 |
46 |
47 CondaInterface.resetInterface() |
47 CondaInterface.resetInterface() |
48 |
48 |
49 |
49 |
50 def create(dlg): |
50 def create(dlg): # noqa: U100 |
51 """ |
51 """ |
52 Module function to create the configuration page. |
52 Module function to create the configuration page. |
53 |
53 |
54 @param dlg reference to the configuration dialog |
54 @param dlg reference to the configuration dialog |
55 @return reference to the instantiated page (ConfigurationPageBase) |
55 @return reference to the instantiated page (ConfigurationPageBase) |