8000
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.
2 parents 5b2bcab + e7f0b46 commit 72c5c8cCopy full SHA for 72c5c8c
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