From 30d194eeadc47beaba14b27ac3bc66456c24b71c Mon Sep 17 00:00:00 2001 From: nathom Date: Fri, 30 Jul 2021 18:27:12 -0700 Subject: [PATCH] Request Bug Report on exception --- rip/cli.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rip/cli.py b/rip/cli.py index 03a1b60..d87a073 100644 --- a/rip/cli.py +++ b/rip/cli.py @@ -442,6 +442,13 @@ class Application(BaseApplication): return default_globals + def render_error(self, error, io): + super().render_error(error, io) + io.write_line( + "\nIf this was unexpected, please open a Bug Report at " + "https://github.com/nathom/streamrip/issues/new/choose" + ) + def clean_options(*opts): for opt in opts: