mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
Fix compatibility with py<3.6
This commit is contained in:
parent
73ba70eb83
commit
6f8cd86417
@ -50,7 +50,7 @@ def editor(value):
|
||||
# Check editor executable exists
|
||||
exe = shutil.which(value)
|
||||
if not exe:
|
||||
raise ArgumentTypeError(f"Editor `{value}` not found")
|
||||
raise ArgumentTypeError("Editor `{}` not found".format(value))
|
||||
|
||||
return exe
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user