Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/plugins.py
diff options
context:
space:
mode:
authorHugo Ankarloo <hugo@ilait.se>2021-09-20 21:52:14 +0200
committerHugo Ankarloo <hugo@ilait.se>2021-09-20 21:52:14 +0200
commite71a41377d2d97fce98afc4f64ed5f1caa830ec9 (patch)
tree162af14879b6fcb478359af5fdac05a100122744 /archinstall/lib/plugins.py
parent26244212cfe2d2ecbf7c791c811deb499e7a3bcf (diff)
parentc33ab997c9ceff39924ce80018b620ba6b391f6a (diff)
Merge branch 'master' into svintooo-fix
Sync branch svintooo-fix with latest code changes on master.
Diffstat (limited to 'archinstall/lib/plugins.py')
-rw-r--r--archinstall/lib/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/plugins.py b/archinstall/lib/plugins.py
index 24fbd8ee..dab5d2b0 100644
--- a/archinstall/lib/plugins.py
+++ b/archinstall/lib/plugins.py
@@ -98,4 +98,4 @@ def load_plugin(path :str): # -> module (not sure how to write that in type defi
log(err, level=logging.ERROR)
log(f"The above error was detected when initiating the plugin: {path}", fg="red", level=logging.ERROR)
else:
- log(f"Plugin '{path}' is missing a valid entry-point or is corrupt.", fg="yellow", level=logging.WARNING) \ No newline at end of file
+ log(f"Plugin '{path}' is missing a valid entry-point or is corrupt.", fg="yellow", level=logging.WARNING)