mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-04 00:40:04 +01:00
get_installed() looks in self.executables_directory for the binary. This may not exist on a target (this is created when setup() is invoked). This commit updated get_installed() to check whether target_directory exists first, avoiding the error.