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