MSC.app: fix bad reference to obj.nil when alerting to pending updates

This commit is contained in:
Greg Neagle
2017-06-27 22:35:43 -07:00
parent a7c43cf337
commit 82dc9d96d7
@@ -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_(