You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove unused Python local variables.
This commit is contained in:
@@ -8,9 +8,6 @@ def find_dotnet_cli():
|
||||
import os.path
|
||||
|
||||
if os.name == "nt":
|
||||
windows_exts = os.environ["PATHEXT"]
|
||||
windows_exts = windows_exts.split(os.pathsep) if windows_exts else []
|
||||
|
||||
for hint_dir in os.environ["PATH"].split(os.pathsep):
|
||||
hint_dir = hint_dir.strip('"')
|
||||
hint_path = os.path.join(hint_dir, "dotnet")
|
||||
|
||||
Reference in New Issue
Block a user