We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f61d1 commit e7f0b46Copy full SHA for e7f0b46
src/_macosx.m
@@ -1118,7 +1118,7 @@ - (void)launch:(NSNotification*)notification
1118
CFRunLoopSourceRef source;
1119
NSDictionary* dictionary = [notification userInfo];
1120
if (![[dictionary valueForKey:@"NSApplicationName"]
1121
- isEqualToString:@"Python"])
+ localizedCaseInsensitiveContainsString:@"python"])
1122
return;
1123
NSNumber* psnLow = [dictionary valueForKey: @"NSApplicationProcessSerialNumberLow"];
1124
NSNumber* psnHigh = [dictionary valueForKey: @"NSApplicationProcessSerialNumberHigh"];
0 commit comments