Closed Pythyu closed 1 year ago
Fix a bug where File.exists return true when agent.exe doesn't exist but agent folder exist. Instead we're using File.file that checks if it's a file and if it exist.
File.exists
agent.exe
agent
File.file
What does this PR do?
Fix a bug where
File.exists
return true whenagent.exe
doesn't exist butagent
folder exist. Instead we're usingFile.file
that checks if it's a file and if it exist.Motivation
Additional Notes
Possible Drawbacks / Trade-offs
Describe how to test/QA your changes
Reviewer's Checklist