Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 08:37:54 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 08:37:54 +0000
commit5a4d68e617ba4e76137db96542ebaeb08acd70cb (patch)
treea5d9edd654aa448bec5d3602b58b3e867b5d2655 /archinstall/lib
parent5ce8c20333b30452cb908a52185da78f0675233f (diff)
Fixing awesome and xorg for first test run.
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/profiles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index 8715d632..45d82531 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -82,8 +82,8 @@ class Profile():
return None
- def py_exec_mock(self):
- spec.loader.exec_module(imported)
+# def py_exec_mock(self):
+# spec.loader.exec_module(imported)
def load_instructions(self):
if (absolute_path := self.path):