Skip to content

Commit

Permalink
fixed crash at the end of the AutoYaST config workflow (bsc#949934)
Browse files Browse the repository at this point in the history
Conflicts:
	package/yast2-registration.changes
  • Loading branch information
lslezak committed Nov 9, 2015
1 parent 520cce1 commit 721a3d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Fri Nov 6 20:26:06 UTC 2015 - lslezak@suse.cz

- always enable update repositories for modules during online
migration (bsc#953536)
- AutoYaST config: fixed crash at the end of the configuration
workflow (bsc#949934)

-------------------------------------------------------------------
Mon Oct 19 07:21:58 UTC 2015 - lslezak@suse.cz
Expand Down
2 changes: 2 additions & 0 deletions src/lib/registration/ui/autoyast_config_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ def store_config
end

def handle_dialog
ret = nil

loop do
ret = Yast::UI.UserInput
log.info "ret: #{ret}"
Expand Down

0 comments on commit 721a3d2

Please sign in to comment.