diff --git a/masque/builder/tools.py b/masque/builder/tools.py index 9c27a41..6bd7547 100644 --- a/masque/builder/tools.py +++ b/masque/builder/tools.py @@ -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