Closed ppcfish closed 5 years ago
file: pycallgraph2/scripts/pycallgraph line23: __file_content = open(__config.command).read()
should be:__file_content = open(__config.command, encoding='utf-8').read()
file: pycallgraph2/scripts/pycallgraph line23: __file_content = open(__config.command).read()
should be:__file_content = open(__config.command, encoding='utf-8').read()