Exclude wxPython from non-GUI workflows

This commit is contained in:
Mykola Grymalyuk
2021-12-22 19:55:40 -07:00
parent 0cb2c84968
commit a17ca2c330
4 changed files with 4 additions and 4 deletions

View File

@@ -952,7 +952,7 @@ set million colour before rebooting"""
# Entry Function
def start_patch(self):
print("- Starting Patch Process")
print(f"- Determinging Required Patch set for Darwin {self.constants.detected_os}")
print(f"- Determining Required Patch set for Darwin {self.constants.detected_os}")
self.detect_patch_set()
if self.no_patch is True:
change_menu = None