[displaymanager] Missing self
This commit is contained in:
parent
01cd95512f
commit
f9e36b9c73
@ -95,7 +95,7 @@ class DesktopEnvironment:
|
||||
Check if this environment is installed in the
|
||||
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user