Type my_exe going wrong in 10th step

remote: [tester::#MG5] ^ Line does not match expected value.
remote: [tester::#MG5] Expected: “my_exe is /tmp/ant/my_exe”
remote: [tester::#MG5] Received: “my_exe is /tmp/dog/my_exe”

Hey @ShwetaRoy17, could you double-check if your code implements the following logic?

Note that there are multiple files with the same name in different locations, but not all of them are executable. Only the first executable should be picked up.

Hi @andy1li its done executable logic was missing in FindFile function for type.
Thanks!

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.