We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Turbo87
Learn more about funding links in repositories.
Report abuse
2 parents a8e83a3 + e1d2af9 commit bf9bef4Copy full SHA for bf9bef4
aerofiles/seeyou/writer.py
@@ -7,7 +7,7 @@ class Writer:
7
"""
8
A writer for SeeYou CUP files. Supports waypoints and tasks::
9
10
- with open('competition.cup', 'w') as fp:
+ with open('competition.cup', 'wb') as fp:
11
writer = Writer(fp)
12
13
0 commit comments