Skip to content

Commit

Permalink
I dont know how that happened (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Haupt authored Mar 4, 2025
1 parent fbaa4b2 commit 5c5320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdnet_analyzer/analyze/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def save_result_files(r: dict[str, list], result_files: dict[str, str], afile_pa
generate_raven_table(timestamps, r_merged, afile_path, result_files["table"])

if "audacity" in cfg.RESULT_TYPES:
generate_audacity(timestamps, r_mergedr, result_files["audacity"])
generate_audacity(timestamps, r_merged, result_files["audacity"])

# if "r" in cfg.RESULT_TYPES:
# generate_rtable(timestamps, r, afile_path, result_files["r"])
Expand Down

0 comments on commit 5c5320e

Please sign in to comment.