index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-07 11:52:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 11:52:49 -0400 |
commit | e7a140248cff32ce89d0470dd6fdd4eee490694d (patch) | |
tree | a0c57f5249f2f96cfcf74c9f0ab01b5c1bddfa00 | |
parent | 99917807bd926185a8feb38185f0e4b09b3e0738 (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 1 |
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 |