mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
[displaymanager] Missing self
This commit is contained in:
parent
01cd95512f
commit
f9e36b9c73
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DesktopEnvironment:
|
||||||
Check if this environment is installed in the
|
Check if this environment is installed in the
|
||||||
target system at @p root_mount_point.
|
target system at @p root_mount_point.
|
||||||
"""
|
"""
|
||||||
return find_de_executable(root_mount_point) and find_de_session(root_mount_point)
|
return self.find_de_executable(root_mount_point) and self.find_de_session(root_mount_point)
|
||||||
|
|
||||||
|
|
||||||
desktop_environments = [
|
desktop_environments = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue