mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
f425ee3600
commit
f714c5915a
@ -15,7 +15,7 @@ def find_exe(exename):
|
||||
exes = which(exename)
|
||||
exe = exes and exes[0]
|
||||
if not exe:
|
||||
exe = os.path.join(sys.prefix, 'scripts', exename + '.py')
|
||||
exe = os.path.join(sys.prefix, 'scripts', exename + '.py')
|
||||
if os.path.exists(exe):
|
||||
path, ext = os.path.splitext(exe)
|
||||
if ext.lower() in [".exe", ".bat",]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user