Loading ivas_processing_scripts/audiotools/wrappers/networkSimulator.py +1 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ # import logging import os.path from pathlib import Path from typing import Optional, Union Loading Loading @@ -75,7 +74,7 @@ def validate_network_simulator( "The network simulator binary was not found! Please check the configuration." ) if error_pattern is not None: if not os.path.exists(os.path.realpath(error_pattern)): if not Path(error_pattern).exists(): raise FileNotFoundError( f"The network simulator error profile file {error_pattern} was not found! Please check the configuration." ) Loading Loading
ivas_processing_scripts/audiotools/wrappers/networkSimulator.py +1 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ # import logging import os.path from pathlib import Path from typing import Optional, Union Loading Loading @@ -75,7 +74,7 @@ def validate_network_simulator( "The network simulator binary was not found! Please check the configuration." ) if error_pattern is not None: if not os.path.exists(os.path.realpath(error_pattern)): if not Path(error_pattern).exists(): raise FileNotFoundError( f"The network simulator error profile file {error_pattern} was not found! Please check the configuration." ) Loading