Bugzilla – Bug 105154
clients/inst_proposal.ycp:237 Argument (warn_level) to contains(...) is nil
Last modified: 2005-08-18 05:39:25 UTC
It also might be a wrong return from yast2-runlevel... 2005-08-17 13:16:46 <1> linux(3002) [Interpreter] clients/inst_proposal.ycp:134 Called YaST client returned: $["preformatted_proposal":"<ul>\n<li>5: F ull multiuser with network and display manager</li></ul>", "warning":nil, "warning_level":nil] 2005-08-17 13:16:46 <3> linux(3002) [Interpreter] clients/inst_proposal.ycp:237 Argument (warn_level) to contains(...) is nil 2005-08-17 13:16:46 <3> linux(3002) [Interpreter] clients/inst_proposal.ycp:237 if condition is nil. 2005-08-17 13:16:46 <1> linux(3002) [wfm] Y2CCWFM.cc(createInLevel):153 Parsing finished 2005-08-17 13:16:46 <1> linux(3002) [Interpreter] clients/inst_proposal.ycp:50 Calling YaST client software_simple_proposal (arguments: ["MakeProposal", $["force_reset":false, "language_changed":false]])
I added checking for nil into inst_proposal.ycp. But runlevel_proposal should definitly not return nil as warning level.
Fixed in SVN