data type conflict in _fbd2st:translation
marwern opened this issue · 0 comments
marwern commented
Description:
_iec_checker.execution(..) expects 'Path', but got 'str' argument
Solution:
_iec_checker.execution(fr'.\exports\st{Path(src).name}.st', '--verbose')
-->
_iec_checker.execution(Path(fr'.\exports\st{Path(src).name}.st'), '--verbose')