Skip to content

Commit

Permalink
Merge ac83049 into 0213ed9
Browse files Browse the repository at this point in the history
  • Loading branch information
guyfawcus committed Nov 1, 2017
2 parents 0213ed9 + ac83049 commit ce9835a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions archmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def make_csv(parsed_users, output_file):
csvwriter = csv.writer(csvfile, quoting=csv.QUOTE_MINIMAL)

log.info('Making and writing CSV to ' + output_file)
csvwriter.writerow(['Latitude', 'Longitude', 'Name', 'Comment'])
for user in parsed_users:
csvwriter.writerow(user)

Expand Down
1 change: 1 addition & 0 deletions tests/sample-archmap.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Latitude,Longitude,Name,Comment
51.5073219,-0.1276474,User 0,"London, UK"
-33.9289049,18.4172485,User 1,"Cape Town, South Africa"
55.7516335,37.6187042,User 2,"Moscow, Russia"
Expand Down

0 comments on commit ce9835a

Please sign in to comment.