mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
b53245344b
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.