Revision 311eefcb share/hooks/image.rb
share/hooks/image.rb | ||
---|---|---|
36 | 36 |
end |
37 | 37 |
|
38 | 38 |
|
39 |
client = Client.new() |
|
39 |
begin |
|
40 |
client = Client.new() |
|
41 |
rescue Exception => e |
|
42 |
puts "Error: #{e}" |
|
43 |
exit(-1) |
|
44 |
end |
|
45 |
|
|
40 | 46 |
img_repo = ImageRepository.new |
41 | 47 |
|
42 | 48 |
vm = VirtualMachine.new( |
Also available in: Unified diff