mirror of
https://github.com/munki/munki.git
synced 2026-05-07 04:49:28 -05:00
MSC.app: fix bad reference to obj.nil when alerting to pending updates
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ class MSCMainWindowController(NSWindowController):
|
||||
u"%@", alertDetail)
|
||||
alert.beginSheetModalForWindow_modalDelegate_didEndSelector_contextInfo_(
|
||||
self.window(), self,
|
||||
self.updateAlertDidEnd_returnCode_contextInfo_, objc.nil)
|
||||
self.updateAlertDidEnd_returnCode_contextInfo_, nil)
|
||||
|
||||
@AppHelper.endSheetMethod
|
||||
def updateAlertDidEnd_returnCode_contextInfo_(
|
||||
|
||||
Reference in New Issue
Block a user