Fix issue with prep function

This commit is contained in:
Dylan Taylor 2021-04-07 11:33:01 -04:00
parent 4059d62e55
commit 8fc91c4f18
1 changed files with 1 additions and 3 deletions

View File

@ -11,13 +11,11 @@ def _prep_function(*args, **kwargs):
other code in this stage. So it's a safe way to ask the user other code in this stage. So it's a safe way to ask the user
for more input before any other installer steps start. for more input before any other installer steps start.
""" """
return True # Do nothing here for now
# Do nothing here for now
if __name__ == 'minimal': if __name__ == 'minimal':
""" """
This "profile" is a meta-profile. This "profile" is a meta-profile.
It is used for a custom minimal installation, without any desktop-specific packages. It is used for a custom minimal installation, without any desktop-specific packages.
""" """
# Do nothing here for now # Do nothing here for now