read all procs from psc file
This commit is contained in:
@@ -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")]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user