Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
choliver committed Nov 15, 2016
1 parent 45fa1f3 commit b2c17c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integrations/disruptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def prepare_geojson(disruptions):
features = []

for d in disruptions:
features = features + prepare_features(d)
features.append(d)

return {
"type": "FeatureCollection",
Expand Down

0 comments on commit b2c17c7

Please sign in to comment.