This commit is contained in:
Fierelier 2024-04-27 22:02:44 +02:00
parent 9ab1ab0d19
commit b3565c1c07

View File

@ -17,7 +17,7 @@ def whereis(cmd):
pathexts = os.environ["PATHEXT"].split(os.pathsep)
for path in paths:
ffile = os.path.join(path)
ffile = os.path.join(path,cmd)
if lv["osName"] == "windows":
for pathext in pathexts:
if (