Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/profiles.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index 5f69c8c6..7e76c891 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -196,7 +196,6 @@ class Profile(Script):
def is_top_level_profile(self):
with open(self.path, 'r') as source:
- # TODO: I imagine that there is probably a better way to write this.
source_data = source.read()
return 'top_level_profile = True' in source_data