index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-07 12:09:15 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-07 12:09:15 -0400 |
commit | 10649639ac045ae2396265bbbd65af9b78d89a5a (patch) | |
tree | faf8d12832dd4472223c9a2582526bb049166566 /archinstall/lib | |
parent | 2d797e781957ff6edce89adea5980a9429b92e00 (diff) | |
parent | bf91c66ba89121ab062a5c40fdb2249a5522ec8a (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 |