Skip to content
Snippets Groups Projects
Commit 2107f6de authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Do not repeat exception info twice

parent 3b4d0aad
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class Executor:
self._schedule_next()
if self._errors_occurred:
raise Exception("Errors occurred", self._errors_occurred)
raise Exception("Errors occurred")
def _collect_actions(self, action: Action, force=False):
if not force and action.is_satisfied(recursively=True):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment