We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274058d commit b45f391Copy full SHA for b45f391
bonobo/errors.py
@@ -30,7 +30,7 @@ class ConfigurationError(Exception):
30
31
class UnrecoverableError(Exception):
32
"""Flag for errors that must interrupt the workflow, either because they will happen for sure on each node run, or
33
- because you know that your transformation has no point continuing runnning after a bad event."""
+ because you know that your transformation has no point continuing running after a bad event."""
34
35
36
class AbstractError(UnrecoverableError, NotImplementedError):
0 commit comments