Skip to content
Snippets Groups Projects
Commit 282d5bfa authored by Cain, Payton David's avatar Cain, Payton David Committed by Jeremy M Fee
Browse files

Endode cal file string

parent 615ee93d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class CalFileFactory(object):
# generate string holding cal file's contents
cal_str = self.format_readings(readings)
with open(path, "wb") as f:
f.write(cal_str)
f.write(cal_str.encode())
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment