mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fixed typo
This commit is contained in:
parent
527eecae80
commit
4f7f5470b1
|
@ -178,7 +178,7 @@ class MacViewer(Viewer):
|
|||
else:
|
||||
raise TypeError("Missing required argument: 'path'")
|
||||
subprocess.call(["open", "-a", "Preview.app", path])
|
||||
exectable = sys.executable or shutil.which("python3")
|
||||
executable = sys.executable or shutil.which("python3")
|
||||
if executable:
|
||||
subprocess.Popen(
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue
Block a user