Skip to content

Commit

Permalink
Touch up error text
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 21, 2024
1 parent 0f11942 commit 09bd82a
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 @@ -78,7 +78,7 @@ def find_library(libname: str) -> Path | None:
logging.debug(f"Lib {libname} found in {path!s}")
return path

# raise OSError(f"Can't find {libname}.so. Searched at:\n" + "\n".join(str(p) for p in search_paths))
# raise OSError(f"Can't find library '{libname}'. Searched at:\n" + "\n".join(str(p) for p in search_paths))
return None


Expand Down

0 comments on commit 09bd82a

Please sign in to comment.