mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +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':
|
if UI_mode == 'text':
|
||||||
cmd, arg = self.Text_PromptUser()
|
cmd, arg = self.Text_PromptUser()
|
||||||
else:
|
else:
|
||||||
q.type = 'wizard'
|
self.type = 'wizard'
|
||||||
SendDataToYast(q)
|
SendDataToYast(self)
|
||||||
ypath, yarg = GetDataFromYast()
|
ypath, yarg = GetDataFromYast()
|
||||||
if not cmd:
|
if not cmd:
|
||||||
cmd = 'CMD_ABORT'
|
cmd = 'CMD_ABORT'
|
||||||
|
Reference in New Issue
Block a user