mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-01 05:47:01 +03:00
L #-: Fix indentation
This commit is contained in:
parent
6191ac0635
commit
b2eb5555b1
@ -333,11 +333,11 @@ begin
|
||||
mp_type = arg.split(',').map {|a| a.strip }
|
||||
when '--timeout'
|
||||
timeout = arg.to_i
|
||||
when '--proxy'
|
||||
ENV['http_proxy'] = arg
|
||||
when '--proxy'
|
||||
ENV['http_proxy'] = arg
|
||||
end
|
||||
end
|
||||
rescue Exception => e
|
||||
rescue
|
||||
exit(-1)
|
||||
end
|
||||
|
||||
@ -345,4 +345,3 @@ mp_driver = MarketPlaceDriver.new(mp_type,
|
||||
:concurrency => threads,
|
||||
:timeout => timeout)
|
||||
mp_driver.start_driver
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user