diff --git a/kibot/out_ibom.py b/kibot/out_ibom.py index f3a9826c..9d312ae8 100644 --- a/kibot/out_ibom.py +++ b/kibot/out_ibom.py @@ -189,6 +189,8 @@ class IBoMOptions(VariantOptions): logger.error('Failed to create BoM, error %d', e.returncode) if e.output: logger.debug('Output from command: '+e.output.decode()) + if "'PCB_SHAPE' object has no attribute 'GetAngle'" in e.output: + logger.error("Update Interactive HTML BoM your version doesn't support KiCad 6 files") exit(BOM_ERROR) logger.debug('Output from command:\n'+cmd_output_dec+'\n') if output: