[bkps] Corregida ruta DRONES_DIR y dron_runner en procesador Dasuten
This commit is contained in:
@@ -12,7 +12,7 @@ module ADN
|
|||||||
module Procesador
|
module Procesador
|
||||||
class Dasuten
|
class Dasuten
|
||||||
DRONES_DIR = File.join(
|
DRONES_DIR = File.join(
|
||||||
File.dirname(File.dirname(File.expand_path(__FILE__))),
|
File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__)))),
|
||||||
'cli', 'drones'
|
'cli', 'drones'
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ module ADN
|
|||||||
def initialize(logger)
|
def initialize(logger)
|
||||||
@logger = logger
|
@logger = logger
|
||||||
@dron_runner = File.join(
|
@dron_runner = File.join(
|
||||||
File.dirname(File.dirname(File.dirname(File.dirname(DRONES_DIR)))),
|
File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__)))),
|
||||||
'tools', 'run'
|
'tools', 'run'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user