Issue #20640: Add https: to url prefixes so test passes on Darwin.
This commit is contained in:
parent
c64d942e8d
commit
cd65a0302a
@ -149,7 +149,7 @@ class GetHelpSourceDialog(Toplevel):
|
|||||||
self.path.get().strip())
|
self.path.get().strip())
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
path = self.result[1]
|
path = self.result[1]
|
||||||
if path.startswith(('www', 'file:', 'http:')):
|
if path.startswith(('www', 'file:', 'http:', 'https:')):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# Mac Safari insists on using the URI form for local files
|
# Mac Safari insists on using the URI form for local files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user