Knut Alejandro Anderssen Gonz�lez changed bug 1099104
What Removed Added
Priority P5 - None P3 - Medium
Status NEW CONFIRMED
CC   knut.anderssen@suse.com
Assignee yast2-maintainers@suse.de knut.anderssen@suse.com

Comment # 1 on bug 1099104 from
We modified the returned value of the client, so when some ssh file was copied
or imported then we returned an object instead of nil.

In GA we returned nil

https://github.com/yast/yast-installation/blob/SLE-15-GA/src/lib/installation/clients/copy_files_finish.rb#L229

Whereas in master we are relying in copy_ssh_files return value:

https://github.com/yast/yast-installation/blob/master/src/lib/installation/clients/copy_files_finish.rb#L100


Proposed fix:

https://github.com/yast/yast-installation/pull/724


You are receiving this mail because: