Merge pull request #388 from timgates42/bugfix_typo_running
docs: fix simple typo, runnning -> running
This commit is contained in:
@ -30,7 +30,7 @@ class ConfigurationError(Exception):
|
|||||||
|
|
||||||
class UnrecoverableError(Exception):
|
class UnrecoverableError(Exception):
|
||||||
"""Flag for errors that must interrupt the workflow, either because they will happen for sure on each node run, or
|
"""Flag for errors that must interrupt the workflow, either because they will happen for sure on each node run, or
|
||||||
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."""
|
||||||
|
|
||||||
|
|
||||||
class AbstractError(UnrecoverableError, NotImplementedError):
|
class AbstractError(UnrecoverableError, NotImplementedError):
|
||||||
|
|||||||
Reference in New Issue
Block a user