mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Corrected UnixViewer command
This commit is contained in:
parent
0e90c1c9ae
commit
03835ce6f5
|
@ -199,7 +199,7 @@ class UnixViewer(Viewer):
|
||||||
|
|
||||||
def get_command(self, file: str, **options: Any) -> str:
|
def get_command(self, file: str, **options: Any) -> str:
|
||||||
command = self.get_command_ex(file, **options)[0]
|
command = self.get_command_ex(file, **options)[0]
|
||||||
return f"({command} {quote(file)}"
|
return f"{command} {quote(file)}"
|
||||||
|
|
||||||
|
|
||||||
class XDGViewer(UnixViewer):
|
class XDGViewer(UnixViewer):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user