fix BirdNET patch: don't use relative paths to files in installation directory#12712
fix BirdNET patch: don't use relative paths to files in installation directory#12712boegel merged 6 commits intoeasybuilders:developfrom
Conversation
|
|
Test report by @bedroge |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 825052286 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegel |
|
Test report by @boegelbot |
|
Going in, thanks @bedroge! |
The patch included with PR #12685 didn't seem to work correctly, as the main script (
analyze.py) has some relative paths to files in a subdir of the installation. By calling the script for any location other than the installation dir, this leads to errors. This new patch fixes it by prepending the location by the path to the script that is being called.