summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_frontend/app.py')
-rw-r--r--src/buildstream/_frontend/app.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index f9729a7ce..45160afbc 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -663,11 +663,7 @@ class App():
elif choice == 'retry':
click.echo("\nRetrying failed job\n", err=True)
unique_id = element[0]
- try:
- self.stream._failure_retry(action_name, unique_id)
- except StreamError:
- click.echo("Job action {} does not have a corresponding queue".format(action_name), err=True)
- self.stream.terminate()
+ self.stream._failure_retry(action_name, unique_id)
#
# Print the session heading if we've loaded a pipeline and there