Skip to content

Commit

Permalink
Please rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed May 5, 2016
1 parent 9a3264f commit f471bbc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/lib/installation/clients/inst_pre_install.rb
Expand Up @@ -165,13 +165,8 @@ def FindAndCopyNewestFiles(copy_to, wanted_files, optional_files)
end
Ops.set(one_partition_files_found, wanted_file, file_time)
end
if files_found
Ops.set(
files_found_on_partitions,
device,
one_partition_files_found
)
end
next unless files_found
Ops.set(files_found_on_partitions, device, one_partition_files_found)
end

Builtins.y2milestone("Files found: %1", files_found_on_partitions)
Expand Down

0 comments on commit f471bbc

Please sign in to comment.