sendNotifications = None

This commit is contained in:
Jay Lee
2016-11-05 20:14:05 -04:00
parent c2dc2f0712
commit 6a179215d6

View File

@ -3320,7 +3320,7 @@ def doCalendarDeleteEvent():
if not cal: if not cal:
return return
events = [] events = []
sendNotifications = False sendNotifications = None
doit = False doit = False
i = 4 i = 4
while i < len(sys.argv): while i < len(sys.argv):