Add is_top_level_profile = False to i3 profiles
This commit is contained in:
parent
8f7d8df89f
commit
37db6b8973
|
|
@ -1,5 +1,7 @@
|
|||
import archinstall, subprocess
|
||||
|
||||
is_top_level_profile = False
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
Magic function called by the importing installer
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
import archinstall, subprocess
|
||||
|
||||
is_top_level_profile = False
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
Magic function called by the importing installer
|
||||
|
|
|
|||
Loading…
Reference in New Issue