...
This commit is contained in:
parent
02a7316342
commit
5d1f58427e
@ -535,7 +535,6 @@ def get_editor_from_env(env: Mapping[str, str]) -> Optional[str]:
|
|||||||
|
|
||||||
def get_editor_from_env_vars(opts: Optional[Options] = None) -> List[str]:
|
def get_editor_from_env_vars(opts: Optional[Options] = None) -> List[str]:
|
||||||
import shlex
|
import shlex
|
||||||
import shutil
|
|
||||||
|
|
||||||
editor = get_editor_from_env(os.environ)
|
editor = get_editor_from_env(os.environ)
|
||||||
if not editor:
|
if not editor:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user