aboutsummaryrefslogtreecommitdiff
path: root/bin/handler.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commitd53a4216c3219dc94cd45789142a2f28b5e0e1f7 (patch)
tree8921d48553bbb59646f5371fa088a48c8aa71b50 /bin/handler.py
parent0a03015960e99290cb8efe8321dc312a2c1a0a39 (diff)
Format tweaks to Python files [#30]
Diffstat (limited to 'bin/handler.py')
-rw-r--r--bin/handler.py5
1 files changed, 5 insertions, 0 deletions
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.