OSOceanAcoustics / echodataflow

Orchestrated sonar data processing workflow
https://echodataflow.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Fix: Unable to locate echodataflow_rules.txt File in Package for echodataflow init Command #95

Closed Sohambutala closed 3 months ago

Sohambutala commented 3 months ago

This PR fixes the issue where the echodataflow init CLI command fails to locate the echodataflow_rules.txt file when using the package instead of the repository. The command now correctly uses the pkg_resources module to load the file from within the package.

Closes #93