Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__main__.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 17:12:12 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 17:12:12 +0100
commit22e1271a0b339947b2434c19d770f46947d3bfa5 (patch)
treeff77589c5ea3a64a74a9d2a7be071b8baee4850c /archinstall/__main__.py
parenta0c9e58c822448fe69ca7bcc1e36ecb48dfbc964 (diff)
Making list_examples() results cached
This to lock in found modules, in case paths dissapear during runtime.
Diffstat (limited to 'archinstall/__main__.py')
-rw-r--r--archinstall/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/__main__.py b/archinstall/__main__.py
index e8843ae5..63c2f715 100644
--- a/archinstall/__main__.py
+++ b/archinstall/__main__.py
@@ -13,7 +13,6 @@ def run_as_a_module():
"""
# Add another path for finding profiles, so that list_profiles() in Script() can find guided.py, unattended.py etc.
- print('ID in module:', id(archinstall.storage), archinstall.storage)
archinstall.storage['PROFILE_PATH'].append(os.path.abspath(f'{os.path.dirname(__file__)}/examples'))
if len(sys.argv) == 1: