mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Merge pull request #7987 from radarhere/imageshow
Corrected ImageShow UnixViewer command
This commit is contained in:
commit
b3749e40c4
|
@ -199,7 +199,7 @@ class UnixViewer(Viewer):
|
|||
|
||||
def get_command(self, file: str, **options: Any) -> str:
|
||||
command = self.get_command_ex(file, **options)[0]
|
||||
return f"({command} {quote(file)}"
|
||||
return f"{command} {quote(file)}"
|
||||
|
||||
|
||||
class XDGViewer(UnixViewer):
|
||||
|
|
Loading…
Reference in New Issue
Block a user