Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/output.py
diff options
context:
space:
mode:
authorSteven Lee <stevenlee123@protonmail.com>2021-11-19 14:09:47 +1100
committerSteven Lee <stevenlee123@protonmail.com>2021-11-19 14:09:47 +1100
commit91d030a09c26f56ece0de72e3536ad31d48595ec (patch)
tree7cb45b216096ff972658216de96d9927469fa80a /archinstall/lib/output.py
parent5ec690da939ff5b2efb3ba2ffe177cb035c25ee6 (diff)
source code improvement
Diffstat (limited to 'archinstall/lib/output.py')
-rw-r--r--archinstall/lib/output.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py
index 595e9693..b81c91a9 100644
--- a/archinstall/lib/output.py
+++ b/archinstall/lib/output.py
@@ -19,6 +19,7 @@ class LogLevels:
class Journald(dict):
+ @staticmethod
@abc.abstractmethod
def log(message, level=logging.DEBUG):
try: