From 7be7f385cdb25e218575dbbe24fa4f528fae418f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Oct 29 2019 17:29:14 +0000 Subject: Modify watch-cancel message Just a little easter-egg referencing the Night's Watch from the Game of Thrones series. Signed-off-by: Stephen Gallagher --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 0036136..032590c 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -2243,7 +2243,7 @@ see API KEY section of copr-cli(1) man page. try: self.module_watch_build(build_ids) except KeyboardInterrupt: - print('Watch is terminated. Use module-build-watch command to watch again.') + print('And now your watch is ended. Use module-build-watch command to watch again.') raise elif not self.args.q: if len(build_ids) > 1: