Skip to content

Commit

Permalink
fix rubocop problems after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 12, 2015
1 parent a1e4f4e commit 81b950f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion doc/proposal/dummy_proposal.rb
Expand Up @@ -47,7 +47,6 @@ def main
#
# sequence = DummyMod::AskUser( has_next );


# Fill return map

@ret = { "workflow_sequence" => :next }
Expand Down
4 changes: 2 additions & 2 deletions src/clients/copy_logs_finish.rb
Expand Up @@ -70,8 +70,8 @@ def main
elsif @func == "Write"
@log_files = Convert.convert(
WFM.Read(path(".local.dir"), Directory.logdir),
:from => "any",
:to => "list <string>"
from: "any",
to: "list <string>"
)

Builtins.foreach(@log_files) do |file|
Expand Down
3 changes: 1 addition & 2 deletions src/include/installation/misc.rb
Expand Up @@ -136,14 +136,13 @@ def InjectFile(filename)
filename
)
)
nil
nil

# this just needs too much memory
# byteblock copy_buffer = WFM::Read (.local.byte, filename);
# return SCR::Write (.target.byte, filename, copy_buffer);
end


def InjectRenamedFile(dir, src_name, target_name)
Builtins.y2milestone(
"InjectRenamedFile: <%1/%2> -> <%3/%4/%5>",
Expand Down

0 comments on commit 81b950f

Please sign in to comment.