mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-13 14:20:50 +01:00
- get_by_extension was comparing the expected extension to the entire tuple returned by os.path.splitext(), rather than just the extension part. - UserDirectory getter was looking in the root dependencies directory, rather than the subdirectory for the owner. - Filer getter was not handling non-existing paths properly.