Open PaulBrandUWV opened 1 month ago
The "list files in directory" keyword lists the files 2 times. Once inside the try.. catch and once after. This is not necessary, introduces the risk of not catching SSHException and reduces performance.
This PR removes the second call.
The "list files in directory" keyword lists the files 2 times. Once inside the try.. catch and once after. This is not necessary, introduces the risk of not catching SSHException and reduces performance.
This PR removes the second call.