aboutsummaryrefslogtreecommitdiffstats
path: root/app/exporters
diff options
context:
space:
mode:
authorZakaria BOUZIANE2014-10-22 10:54:36 +0200
committerZakaria BOUZIANE2014-10-22 10:54:36 +0200
commit50bbb62d9102abb99ebabf190a17c90226ea86c4 (patch)
treef7f4e7ec5aedf26a80c98fd0e2570b496beed9df /app/exporters
parentd89660fda67b2864330805cbd40b64e7b598c6e5 (diff)
downloadchouette-core-50bbb62d9102abb99ebabf190a17c90226ea86c4.tar.bz2
HUB Export: correcting RENVOI file ; and not : for separation
Diffstat (limited to 'app/exporters')
-rw-r--r--app/exporters/chouette/hub/vehicle_journey_exporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/exporters/chouette/hub/vehicle_journey_exporter.rb b/app/exporters/chouette/hub/vehicle_journey_exporter.rb
index ad82f7c0a..65c507ce4 100644
--- a/app/exporters/chouette/hub/vehicle_journey_exporter.rb
+++ b/app/exporters/chouette/hub/vehicle_journey_exporter.rb
@@ -38,7 +38,7 @@ class Chouette::Hub::VehicleJourneyExporter
File.open(directory + "/RENVOI.TXT" , "a") do |f|
if f.size == 0
f.write("RENVOI\u000D\u000A")
- f.write("a:PMR:1\u000D\u000A")
+ f.write("a;PMR;1\u000D\u000A")
end
end
end