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-12-06 11:58:16 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-12-06 11:58:16 +0100
commit9fb08387deb16ff073c701fc16f5b3b77efbf29b (patch)
tree044ea4f3d1e613f460bc9c52c37406cc374aa094 /archinstall/lib
parent017b4b4fa90d4cb979e04919a1baf92e97876fd1 (diff)
Reverted last commit and added debugging in guided instead
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/profiles.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index 6bd41d58..9ca410f8 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -168,14 +168,6 @@ class Application(Profile):
# Try to locate all local or known URL's
examples = list_profiles(subpath='/applications')
- import time
- print(self.profile)
- print('Examples:', examples)
- print(f"{self.profile}" in examples)
- print(f"{self.profile}.py" in examples)
- print(os.path.isfile(self.profile))
- time.sleep(30)
-
if f"{self.profile}" in examples:
return self.localize_path(examples[self.profile]['path'])
# TODO: Redundant, the below block shouldnt be needed as profiles are stripped of their .py, but just in case for now: