From d53a4216c3219dc94cd45789142a2f28b5e0e1f7 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Format tweaks to Python files [#30] --- bin/handler.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/handler.py') diff --git a/bin/handler.py b/bin/handler.py index 7bde479..da95789 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -151,6 +151,11 @@ class Handler: # Store command on console history. self.console_history.append(command_raw.strip()) + + ############################### + # Private methods + ############################### + def __raise(self, message): """ Generic exception thrower. Throws a 'RuntimeError' initialized with the given message. -- cgit v1.2.1