read all procs from psc file

This commit is contained in:
2025-08-05 21:45:22 +02:00
parent b680c01989
commit f5c61267e3
3 changed files with 31 additions and 19 deletions
-1
View File
@@ -37,7 +37,6 @@ def read_psc_file(psc_file: Path) -> List[SourcedFile]:
def get_all_psc_files(root_path: Path) -> list[Path]:
"""Sammelt alle .tcl-Dateien rekursiv im gegebenen Verzeichnis"""
return [path for path in root_path.rglob("*.psc")]