[AutoTool] S-bend to L-bend fallback does not work yet, should throw an error
This commit is contained in:
parent
fc963cfbfc
commit
c18249c4d5
1 changed files with 1 additions and 0 deletions
|
|
@ -768,6 +768,7 @@ class AutoTool(Tool, metaclass=ABCMeta):
|
|||
l2_err: BuildError | None = err
|
||||
else:
|
||||
l2_err = None
|
||||
raise NotImplementedError('TODO need to handle ldata below')
|
||||
|
||||
if not success:
|
||||
# Failed to break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue