mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
utils: fix missed conversion in move to more class based approach
Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Kshitij Gupta <kgupta8592@gmail.com>
This commit is contained in:
@@ -303,8 +303,8 @@ class PromptQuestion(object):
|
||||
if UI_mode == 'text':
|
||||
cmd, arg = self.Text_PromptUser()
|
||||
else:
|
||||
q.type = 'wizard'
|
||||
SendDataToYast(q)
|
||||
self.type = 'wizard'
|
||||
SendDataToYast(self)
|
||||
ypath, yarg = GetDataFromYast()
|
||||
if not cmd:
|
||||
cmd = 'CMD_ABORT'
|
||||
|
Reference in New Issue
Block a user