Skip to content

Commit

Permalink
Fix call to removed function in DesktopProfile class (#2596)
Browse files Browse the repository at this point in the history
* Update Spanish translation for 'greeter'

* Moved the os.execve call below the debug logging statement in SysCommandWorker

* Fix call to removed function in DesktopProfile class
  • Loading branch information
ddx2tb authored Jul 30, 2024
1 parent a5fd205 commit 74ba8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/default_profiles/desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def do_on_select(self) -> SelectResult:

match choice.type_:
case menu.MenuSelectionType.Selection:
self.set_current_selection(choice.value) # type: ignore
self.current_selection = choice.value # type: ignore
self._do_on_select_profiles()
return SelectResult.NewSelection
case menu.MenuSelectionType.Skip:
Expand Down

0 comments on commit 74ba8fb

Please sign in to comment.