This commit is contained in:
CorpNewt 2024-07-10 17:55:11 -05:00 committed by GitHub
parent f4d09d4157
commit e66df57739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ class gibMacOS:
def set_prods(self):
self.resize()
if not self.get_catalog_data(self.save_local):
message += "The currently selected catalog ({}) was not reachable\n".format(self.current_catalog)
message = "The currently selected catalog ({}) was not reachable\n".format(self.current_catalog)
if self.save_local:
message += "and I was unable to locate a valid {} file in the\n{} directory.\n".format(self.plist, self.scripts)
message += "Please ensure you have a working internet connection."