Skip to content

Commit

Permalink
Phazor: Fix dosctring
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 21, 2024
1 parent b63169d commit 09f99d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_phazor.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def find_library(libname: str) -> Path | None:
def get_phazor_path(pctl: PlayerCtl) -> Path:
"""Locate the PHaZOR library in the specified priority order.
Tries .so, .dll, .dynlib in that order and finally uses find_library as a fallback.
Tries .so, .dll, .pyd, .dynlib in that order and finally uses find_library as a fallback.
:param pctl: PlayerCtl object containing installation details
:return: Path to the library file
Expand Down

0 comments on commit 09f99d3

Please sign in to comment.