google / google/openhtf

Unicode Error when using inspector callback

Open
#718 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
722
Forks
237
Avg merge
11h 31m
Merged PRs (30d)
4

Description

if isinstance(testrun, test_runs_pb2.TestRun):
serialized_run = testrun.SerializeToString()
elif os.path.isfile(testrun):
with open(testrun) as testrun_file:
serialized_run = testrun_file.read()

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.