GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

fix: in tools/create_buffer.py, output file must be open in text mode #30

Closed fredrec closed 5 years ago

fredrec commented 5 years ago

Bug introduced by the Python3 migration. Output file was opened as binary mode, even though text is written.