mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-04 17:34:14 +03:00
Merge dbf3d993ed
into 170bb0a78f
This commit is contained in:
commit
6ad2385d39
|
@ -98,7 +98,8 @@ if sys.platform == "win32":
|
|||
class WindowsViewer(Viewer):
|
||||
format = "BMP"
|
||||
def get_command(self, file, **options):
|
||||
return "start /wait %s && del /f %s" % (file, file)
|
||||
return ("start /wait %s && ping -n 2 127.0.0.1 >NUL "
|
||||
"&& del /f %s" % (file, file))
|
||||
|
||||
register(WindowsViewer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user