Avoid utf-8 trouble
This commit is contained in:
@ -95,7 +95,7 @@ class DockerClient
|
|||||||
before_execution_block.try(:call)
|
before_execution_block.try(:call)
|
||||||
send_command(command, @container, &output_consuming_block)
|
send_command(command, @container, &output_consuming_block)
|
||||||
else
|
else
|
||||||
raise('Alle Slots belegt. Versuche es später nochmal.')
|
raise('Alle Slots belegt. Versuche es nachher nochmal.')
|
||||||
end
|
end
|
||||||
rescue Excon::Errors::SocketError => error
|
rescue Excon::Errors::SocketError => error
|
||||||
# socket errors seems to be normal when using exec
|
# socket errors seems to be normal when using exec
|
||||||
|
Reference in New Issue
Block a user