2
0
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:
Steve Beattie
2014-10-08 11:05:01 -07:00
parent 22af3ba507
commit 1e437a3cd8

View File

@@ -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'