qmi.utils.adbasic_compiler.check_compiler_result
- qmi.utils.adbasic_compiler.check_compiler_result(basic_filename: str, result: AdbasicResult) None
Check that the compiler run was successful.
- Parameters:
basic_filename – File name of the ADbasic .bas file.
result – Result from running the compiler.
- Raises:
AdbasicCompilerException – If the compiler was not successful.