More miscellaneous cleanup

This commit is contained in:
Anthony Sottile
2020-01-12 21:17:59 -08:00
parent 489d9f9926
commit df40e862f4
33 changed files with 209 additions and 296 deletions

View File

@@ -20,8 +20,7 @@ def parse_filename(filename: str) -> Tuple[str, ...]:
def find_executable(
exe: str,
_environ: Optional[Mapping[str, str]] = None,
exe: str, _environ: Optional[Mapping[str, str]] = None,
) -> Optional[str]:
exe = os.path.normpath(exe)
if os.sep in exe: