Skip to content

Commit

Permalink
fix return value of autoyast client(bnc#914812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 9, 2015
1 parent 71e19a9 commit 57a587b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/bootloader/auto_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ def initialize

def run
progress_orig = Yast::Progress.set(false)
super
ret = super
Yast::Progress.set(progress_orig)

ret
end

def import(data)
Expand Down

0 comments on commit 57a587b

Please sign in to comment.