diff options
| author | Zog | 2018-02-14 12:27:46 +0100 | 
|---|---|---|
| committer | Zog | 2018-02-20 09:28:26 +0100 | 
| commit | 3a5c75965ab2112c87267f188b723e9708da44a8 (patch) | |
| tree | a5541b68645155e7a444c6c374938900e7ce60ac | |
| parent | 688fe8f3891c2f2beefd7617b7f7412037162d8c (diff) | |
| download | chouette-core-3a5c75965ab2112c87267f188b723e9708da44a8.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) | 
