Skip to content

Commit bf9bef4

Browse files
authoredApr 10, 2017
Merge pull request #24 from hyperknot/patch-1
Update docs
2 parents a8e83a3 + e1d2af9 commit bf9bef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎aerofiles/seeyou/writer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Writer:
77
"""
88
A writer for SeeYou CUP files. Supports waypoints and tasks::
99
10-
with open('competition.cup', 'w') as fp:
10+
with open('competition.cup', 'wb') as fp:
1111
writer = Writer(fp)
1212
"""
1313

0 commit comments

Comments
 (0)
Please sign in to comment.