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): # noqa: U100 |
50 def create(_dlg): |
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 (unused) |
55 @type ConfigurationDialog |
55 @type ConfigurationDialog |
56 @return reference to the instantiated page |
56 @return reference to the instantiated page |
57 @rtype ConfigurationPageBase |
57 @rtype ConfigurationPageBase |
58 """ |
58 """ |
59 page = CondaPage() |
59 page = CondaPage() |