Skip to content

PySPI V1.0.1

Compare
Choose a tag to compare
@joshuabmoore joshuabmoore released this 15 Mar 21:24
· 73 commits to main since this release
6c8d9e0

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.