PySPI V1.0.1
Bug Fixes
File location handling improvement for the filter_spis
function:
- Modified the
filter_spis
function to allow the user to specify the exact location of the source config YAML file. - Implemented a default file mechanism where, if no file is specified by the user, the function defaults to using the pre-defined
config.yaml
file located in the script's directory as the source file. - Updated unit tests to reflect the changes.