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.
2 parents 274058d + b45f391 commit f8f0c90Copy full SHA for f8f0c90
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