73 # hours converted to seconds |
73 # hours converted to seconds |
74 |
74 |
75 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked()) |
75 Preferences.setPip("ExcludeCondaEnvironments", self.noCondaCheckBox.isChecked()) |
76 |
76 |
77 |
77 |
78 def create(dlg): |
78 def create(dlg): # noqa: U100 |
79 """ |
79 """ |
80 Module function to create the configuration page. |
80 Module function to create the configuration page. |
81 |
81 |
82 @param dlg reference to the configuration dialog |
82 @param dlg reference to the configuration dialog |
83 @return reference to the instantiated page (ConfigurationPageBase) |
83 @return reference to the instantiated page (ConfigurationPageBase) |