index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:32:26 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 20:32:26 +0200 |
commit | 58201d723465517dbe467715d57e46f73241a0dd (patch) | |
tree | cc59768155cc53b2a30c5dd7ec02c9da1516a737 /examples | |
parent | 1bd6a19dc46d693ab55d25a0275db8fcf83e20d9 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index 958b1e5f..a96934e5 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -115,6 +115,7 @@ while 1: archinstall.storage['_guided']['profile'] = profile if type(profile) != str: # Got a imported profile + archinstall.storage['_guided']['profile'] = profile[0] # The second return is a module, and not a handle/object. if not profile[1]._prep_function(): archinstall.log(' * Profile\'s preperation requirements was not fulfilled.', bg='black', fg='red') continue |