Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/server.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-29 10:39:01 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-29 10:39:01 -0400
commit5e567b6f3b1372e97bd97b7461b39db528c5a843 (patch)
treed54ed8cd4a6e60ba5ca7549a422fb79309b60ef3 /profiles/server.py
parent8b6ee6f3035479881d2cc228336c99a7b25fd009 (diff)
Remove a comment
Diffstat (limited to 'profiles/server.py')
-rw-r--r--profiles/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index fcb33ee8..fab4e7cf 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -14,7 +14,7 @@ def _prep_function(*args, **kwargs):
selected_servers = archinstall.generic_multi_select(available_servers, f"Choose which servers to install and enable (leave blank for a minimal installation): ")
archinstall.storage['_selected_servers'] = selected_servers
- return True # Do nothing and just return True
+ return True
if __name__ == 'server':
"""