pull files off the front of the list
This commit is contained in:
parent
e06d9a2fab
commit
6a1c3b1325
|
@ -48,7 +48,7 @@ module Hydra #:nodoc:
|
||||||
|
|
||||||
# Send a file down to a worker.
|
# Send a file down to a worker.
|
||||||
def send_file(worker)
|
def send_file(worker)
|
||||||
f = @files.pop
|
f = @files.shift
|
||||||
trace "Sending #{f.inspect}"
|
trace "Sending #{f.inspect}"
|
||||||
worker[:io].write(RunFile.new(:file => f)) if f
|
worker[:io].write(RunFile.new(:file => f)) if f
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue