diff options
| author | Zog | 2018-02-14 12:27:46 +0100 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-02-20 09:50:28 +0100 |
| commit | 786aca6d55f05af6ecb95dbd845e796d213df044 (patch) | |
| tree | a5541b68645155e7a444c6c374938900e7ce60ac | |
| parent | e168407ec0b842a73b42b5179936562b005d244b (diff) | |
| download | chouette-core-786aca6d55f05af6ecb95dbd845e796d213df044.tar.bz2 | |
Refs #5924; Update rake tasks
| -rw-r--r-- | lib/tasks/imports.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/imports.rake b/lib/tasks/imports.rake index e79787929..e1043106e 100644 --- a/lib/tasks/imports.rake +++ b/lib/tasks/imports.rake @@ -23,6 +23,7 @@ namespace :import do importer = SimpleImporter.create configuration_name: args[:configuration_name], filepath: args[:filepath] importer.configure do |config| config.add_value :stop_area_referential, referential + config.context = {stop_area_referential: referential} end puts "\e[33m***\e[0m Start importing" importer.import(verbose: true) |
