kwlzn / pytracing

a python trace profiler that outputs to chrome trace-viewer format (about://tracing).
MIT License
64 stars 17 forks source link

fixed bytes type error for python3 #6

Closed stharding closed 4 years ago

stharding commented 4 years ago

Python3 needs the argument for file.write to be bytes.

stharding commented 4 years ago

You bet!